Time zone object base class and factory
This class is the base class for all time zone objects. A time zone is
represented internally as a set of observances, each of which describes the
offset from GMT for a given time period.
Note that without the 'DateTime.pm' module, this module does not do much.
It's primary interface is through a 'DateTime' object, and most users will
not need to directly use 'DateTime::TimeZone' methods.
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/perl-DateTime-TimeZone && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
DateTime-TimeZone-1.93.tar.gz | 0000891870 871 KB | |
cpanspec.yml | 0000000469 469 Bytes | |
perl-DateTime-TimeZone.changes | 0000018762 18.3 KB | |
perl-DateTime-TimeZone.spec | 0000002670 2.61 KB |
Revision 2 (latest revision is 5)
Stephan Kulow (coolo)
accepted
request 336646
from
Stephan Kulow (coolo)
(revision 2)
- updated to 1.93 see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 1.93 2015-08-11 - This release is based on version 2015f of the Olson database. This release includes contemporary changes for Moldova, North Korea, and Uruguay. - updated to 1.92 see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 1.92 2015-06-22 - This distro now depends on DateTime::TimeZone::Local::Win32 when it is being installed on a Windows OS. This should lead to a better experience for Windows users. Requested by Matthew Horsfall and Karen Etheridge. RT #103275. - updated to 1.91 see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 1.91 2015-06-13 - This release is based on version 2015e of the Olson database. This release includes contemporary changes for Morocco and Cayman Islands. 1.90 2015-05-14 - Made the compilation test shipped in the last release an author-only test, as many of the modules in this distribution try to load DateTime, but DateTime depends on this distribution. This caused attempts to install DateTime on a fresh perl install to fail. Reported by Noel Maddy. RT
Comments 0