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 Boolean value to a corresponding StdWall type.
Equations
Instances For
Converts a Boolean value to a corresponding UTLocal type.
Equations
Instances For
Converts a given time index into a LocalTimeType by using a time zone (tz) and its identifier.
Equations
Instances For
def
Std.Time.TimeZone.convertTransition
(times : Array LocalTimeType)
(index : Nat)
(tz : TZif.TZifV1)
:
Converts a transition.
Equations
Instances For
Converts a TZif.TZifV1 structure to a ZoneRules structure.
Equations
Instances For
Converts a TZif.TZifV2 structure to a ZoneRules structure.