chrono/src
Kang Seonghoon d6e0c3f266 language changes: `extern crate A = "B";` -> `extern crate "B" as A;`. 2014-09-12 18:53:06 +09:00
..
naive switches to std::time::duration::Duration. 2014-08-31 14:43:26 +09:00
date.rs added missing `.offset()` methods; UTC/FixedOffset now implement Eq. 2014-08-29 18:14:08 +09:00
datetime.rs switches to std::time::duration::Duration. 2014-08-31 14:43:26 +09:00
format.rs added `chrono::format` module and `format` methods. 2014-08-01 04:08:19 +09:00
lib.rs language changes: `extern crate A = "B";` -> `extern crate "B" as A;`. 2014-09-12 18:53:06 +09:00
offset.rs switches to std::time::duration::Duration. 2014-08-31 14:43:26 +09:00
time.rs added missing `.offset()` methods; UTC/FixedOffset now implement Eq. 2014-08-29 18:14:08 +09:00