TOML Date-Time #
Defines data types for representing a TOML date-time. TOML date-times are based on IETF RFC 3339 with some components optionally left out, creating four distinct variants.
- Offset Date-Time: A full RFC 3339 date-time.
- Local Date-Time: An RFC 3339 date-time without the time zone.
- Local Date: The date portion of an RFC 3339 date-time (year-month-day).
- Local Time: The time portion of an RFC 3339 date-time (without time zone).
@[reducible, inline]
Equations
Instances For
@[reducible, inline]