chrono/src/naive
Kang Seonghoon ca84749869 0.1.13: language changes and fmt::String supports.
- Every type modulo `LocalResult` and `Offset` now implements
  `std::fmt::String`, so `.to_string()` can be used.
  The exact format has been changed for better looking output.

- `std::fmt::Show` are intended for "stricter" output,
  which mostly means the strict ISO 8601 format.
  `DelayedFormat` also implements this, but only for inspection.

- `Offset` should implement `Show` but can omit `String`.
  The old `name` method is merged into `String` implementations.
2015-01-10 03:27:24 +09:00
..
date.rs 0.1.13: language changes and fmt::String supports. 2015-01-10 03:27:24 +09:00
datetime.rs 0.1.13: language changes and fmt::String supports. 2015-01-10 03:27:24 +09:00
time.rs 0.1.13: language changes and fmt::String supports. 2015-01-10 03:27:24 +09:00