Date Time parser
Parse various different date/time formats to a standard RFC 3339 format as chrono DateTime FixedOffset.
Note
- If date/time does NOT have
year;current yearis added - if date/time does NOT have
time-zoneinfo;Local time-zone infois added
Some example dates are seen here!
Usage
[]
= "0.0.1-beta.3"
and
use DateTimeFixedOffset;
Running the example
Requirements
- Rust 1.51+
Contribution
Feel free to add more formats that you see, which is not present in the library.
License: MIT