stevedonovan / chrono-english

Converting informal English dates (like `date` command) to chrono DateTime in Rust
MIT License
57 stars 14 forks source link

Support parsing the iso8601 `T` separator. #3

Open vincentdephily opened 6 years ago

vincentdephily commented 6 years ago

The iso8601 2018-09-24T18:26:00 format should be parsable. It's used in many contexts and should be usable directly (copy-pasted) without replacing the T with a space.