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ยง
- Date
Time Fixed Offset - DateTimeFixedOffset returns a str containing date time to a standard datetime fixed offset RFC 3339 format.