Description
Converts Haskell time values to and from ISO 8601 text. ISO 8601 is a common date and time format used in APIs, logs, configuration files, and data exchange.
It is useful when programs need predictable timestamps instead of human-written date strings. Developers should still be clear about time zones, offsets, and whether a value represents a date, a time, or an exact instant.