Expand description
Azure date and time parsing and formatting
Modules§
- iso8601
- rfc1123
- rfc3339
- Use the well-known RFC3339 format when serializing and deserializing an
OffsetDateTime
. - timestamp
- Treat an
OffsetDateTime
as a Unix timestamp for the purposes of serde.
Functions§
- diff
- Get the difference between two dates.
- duration_
from_ days - duration_
from_ hours - duration_
from_ minutes - parse_
last_ state_ change - Similar to RFC 1123, but includes milliseconds.
- parse_
rfc1123 - RFC 1123: Requirements for Internet Hosts - Application and Support
- parse_
rfc3339 - RFC 3339: Date and Time on the Internet: Timestamps
- to_
last_ state_ change - Similar to preferred HTTP date format, but includes milliseconds
- to_
rfc1123 - RFC 1123: Requirements for Internet Hosts - Application and Support
- to_
rfc3339 - RFC 3339: Date and Time on the Internet: Timestamps