chrono/src/format
Brandon W Maister b9c967b2ac support round tripping display <-> datetime
This extends `FromStr` to allow either a `T` or a ` ` (space) as the delimiter
between the date and the time, and, because of the fact that the `Z`
parser-specifier is shared with the Fixed notation, extends the fixed notation
to support `UTC` in addition to `Z` as the zero-offset.

IMO this Fixes #147
2019-12-27 13:57:02 -05:00
..
mod.rs support round tripping display <-> datetime 2019-12-27 13:57:02 -05:00
parse.rs support round tripping display <-> datetime 2019-12-27 13:57:02 -05:00
parsed.rs Replace all uses of `try!` with question mark 2019-11-23 19:18:08 -05:00
scan.rs support round tripping display <-> datetime 2019-12-27 13:57:02 -05:00
strftime.rs Use markdown footnotes in strftime docs 2019-11-22 11:30:10 -05:00