|
|
|
| Description |
| Provides access to the Olson zone-info database, using an adapted version
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Library context.
|
|
|
| | Methods | | | Returns the zone-name for either the standard or daylight saving
zone, depending on the isdst boolean argument; an IOError will be
thrown if this information is unavailable.
| | | | Returns the UTC offset for either the standard or daylight saving
zone, depending on the isdst boolean argument; an IOError will be
thrown if this information is unavailable.
| | | | Convert from POSIXTime to zoned LocalTime.
| | | | Convert from UTCTime to zoned LocalTime.
| | | | Convert LocalTime to a daylight saving adjusted pair.
| | | | Convert LocalTime to a daylight saving adjusted pair.
| | | | Convert the LocalTime argument from the source to destination
TimeZone.
|
| | Instances | |
|
|
|
| Create a Context object. A path to the zone-info database may be
specified. Otherwise, the TZDIR environment variable, or a reasonable
default, will be used. An IOError will be thrown on failure.
|
|
|
| Obtain an OlsonZone object based on the specified Olson identifier or
time-zone. If the zone-info database cannot be found, or the time-zone not
recognised, then an IOError will be thrown. Calls to this function for a
given Context must be serialised across threads.
|
|
|
| OlsonZone for the UTC time-zone.
|
|
| Produced by Haddock version 2.6.0 |