unixTimeZoneProvider : TimeZoneProviderRep The built-in Unix filesystem provider.
Totality: total
Visibility: exportsystemTimeZoneProvider : TimeZoneProviderRep The provider selected for the current operating system.
Totality: total
Visibility: exportwindowsSnapshotTimeZoneProvider : IO (Either TzdbError TimeZoneProviderRep) Read the native Windows registry once and return a provider backed by that
immutable snapshot. Construct another provider to observe registry changes.
On non-Windows hosts this returns `UnsupportedPlatform` through the native
registry source.
Totality: total
Visibility: exportutcWith : TimeZoneProviderRep -> IO (Either TzdbError TimeZone) Load UTC through an explicit platform provider.
Totality: total
Visibility: exporttimeZoneWith : TimeZoneProviderRep -> String -> IO (Either TzdbError TimeZone) Load a named zone through an explicit platform provider.
Totality: total
Visibility: exportlocalZoneWith : TimeZoneProviderRep -> IO (Either TzdbError TimeZone) Load the local zone through an explicit platform provider.
Totality: total
Visibility: exportavailableZonesWith : TimeZoneProviderRep -> IO (Either TzdbError (List String)) Enumerate zones through an explicit platform provider.
Totality: total
Visibility: exportmetadataWith : TimeZoneProviderRep -> IO (Either TzdbError TzdbMetadata) Query version and identifier metadata through an explicit provider.
Totality: total
Visibility: exportloadSystemUtc : IO (Either TzdbError TimeZone) Load UTC from the platform TZDB.
Totality: total
Visibility: exportloadSystemTimeZone : String -> IO (Either TzdbError TimeZone) Load a named zone from the platform TZDB.
Totality: total
Visibility: exportloadSystemLocalZone : IO (Either TzdbError TimeZone) Load the locally configured platform zone.
Totality: total
Visibility: exportloadSystemAvailableZones : IO (Either TzdbError (List String)) List every zone available through the platform provider.
Totality: total
Visibility: exportmetadata : IO (Either TzdbError TzdbMetadata) Query version, aliases, and Windows/IANA mappings from the platform
provider.
Totality: total
Visibility: export