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 timezone #4

Open vincentdephily opened 6 years ago

vincentdephily commented 6 years ago

Timezones can be expected at the end of the string and are either [+-][0-9][0-9](:[0-9][0-9])? or Z or one from https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations .