well, I forgot to update the README.
This commit is contained in:
parent
90ac81e9f9
commit
e08f0849dc
|
@ -52,8 +52,9 @@ extern crate chrono;
|
||||||
### Duration
|
### Duration
|
||||||
|
|
||||||
Chrono used to have a `Duration` type, which represents the time span.
|
Chrono used to have a `Duration` type, which represents the time span.
|
||||||
Now Rust standard library includes it as `std::time::duration::Duration` and
|
This is a simple reexport of
|
||||||
Chrono simply reexports it.
|
[`time::Duration`](http://doc.rust-lang.org/time/time/struct.Duration.html) type
|
||||||
|
provided by crates.io `time` crate (which originally comes from Chrono).
|
||||||
|
|
||||||
### Date and Time
|
### Date and Time
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,9 @@ extern crate chrono;
|
||||||
### Duration
|
### Duration
|
||||||
|
|
||||||
Chrono used to have a `Duration` type, which represents the time span.
|
Chrono used to have a `Duration` type, which represents the time span.
|
||||||
Now Rust standard library includes it as `std::time::duration::Duration` and
|
This is a simple reexport of
|
||||||
Chrono simply reexports it.
|
[`time::Duration`](http://doc.rust-lang.org/time/time/struct.Duration.html) type
|
||||||
|
provided by crates.io `time` crate (which originally comes from Chrono).
|
||||||
|
|
||||||
### Date and Time
|
### Date and Time
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue