DateTime::TimeZone::OlsonDB.3pm

Langue: en

Autres versions - même langue

Version: 2009-02-26 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DateTime::TimeZone::OlsonDB - An object to represent an Olson time zone database

SYNOPSIS

   none yet
 
 

DESCRIPTION

This module parses the Olson database time zone definition files and creates various objects representing time zone data.

Each time zone is broken down into several parts. The first piece is an observance, which is an offset from UTC and an abbreviation. A single zone may contain many observances, reflecting historical changes in that time zone over time. An observance may also refer to a set of rules.

Rules are named, and may apply to many different zones. For example, the ``US'' rules apply to most of the time zones in the US, unsurprisingly. Rules are made of an offset from standard time and a definition of when that offset changes. Changes can be a one time thing, or they can recur at regular times through a span of years.

Each rule may have an associated letter, which is used to generate an abbreviated name for the time zone, along with the offset's abbreviation. For example, if the offset's abbreviation is ``C%sT'', and the a rule specifies the letter ``S'', then the abbreviation when that rule is in effect is ``CST''.

USAGE

Not yet documented. This stuff is a mess.

AUTHOR

Dave Rolsky, <autarch@urth.org> Copyright (c) 2003-2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.