A timezone database from which we can read the ZoneRules
of some area by it's id.
- getZoneRules : α → String → IO TimeZone.ZoneRules
Retrieves the zone rules information (
ZoneRules
) for a given area at a specific point in time. - getLocalZoneRules : α → IO TimeZone.ZoneRules
Retrieves the local zone rules information (
ZoneRules
) at a given timestamp.
Instances
Converts a given time index into a LocalTimeType
by using a time zone (tz
) and its identifier.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Std.Time.TimeZone.convertTransition
(times : Array LocalTimeType)
(index : Nat)
(tz : TZif.TZifV1)
:
Converts a transition.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Converts a TZif.TZifV1
structure to a ZoneRules
structure.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Converts a TZif.TZifV2
structure to a ZoneRules
structure.
Instances For
Converts a TZif.TZif
structure to a ZoneRules
structure.