Crate datetime_parse
source ·Expand description
A rust library for parsing date/time strings from various formats
and normalising to a standard fixed offset format (rfc3339).
Parsed date will be returned DateTime<FixedOffset>
Structs
- DateTimeFixedOffset returns a str containing date time to a standard datetime fixed offset RFC 3339 format.