Documentation

Std.Time.Zoned.Offset

Represents a timezone offset with an hour and second component.

Instances For

Converts an Offset to a string in ISO 8601 format. The colon parameter determines if the hour and minute components are separated by a colon (e.g., "+01:00" or "+0100").

Equations
  • One or more equations did not get rendered due to their size.

Creates an Offset from a given number of hours and minutes.

Equations