Exception raised (or returned) when an IXDTF value's explicit numeric offset disagrees with its IANA time zone at the value's wall instant.
An IXDTF string may carry both a numeric offset and a zone identifier,
for example 2022-11-20T10:37:00+05:00[Europe/Paris]. Paris is
+01:00 in November, so the stated +05:00 is inconsistent. RFC 9557
§4.2 identifies this as a condition a consumer MAY treat as an error;
Tempo surfaces it through Tempo.validate_zone_offset/1 and the
strict: true parse option rather than silently letting the zone win.
Summary
Functions
Format an offset in seconds as a signed ±HH:MM string.