commit | 3f33d8ee47982a2b5b94571a0c312bef008036fe | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Thu Oct 08 17:21:39 2020 -0700 |
committer | Xin Li <[email protected]> | Thu Oct 08 17:21:39 2020 -0700 |
tree | 79c8f97b914a61f25451d4d925197a2d91385ad4 | |
parent | 87a1017be5e472d1f53b2edc9d7905df0ee98154 [diff] | |
parent | 384def2778291c8ae4d75aa270aa7837fb723067 [diff] |
Skip ab/6749736 in stage. Merged-In: I9fb4071a2dc1ebbfcd2e6f6b3a1b225151ffac14 Change-Id: Ibdb533becdeb43f7e82a3f87daf1499391c18202
Utilities for working with time-related functions in Rust
The 0.1.x series of this library is deprecated and in maintenance mode. No new features will be added. Active development now occurs in the 0.2.x series.
If you need additional functionality that this crate does not provide, check out the chrono
crate.
Put this in your Cargo.toml
:
[dependencies] time = "0.1"
And this in your crate root:
extern crate time;