1DateTime::TimeZone::UTCU(s3e)r Contributed Perl DocumentaDtaitoenTime::TimeZone::UTC(3)
2
3
4

NAME

6       DateTime::TimeZone::UTC - The UTC time zone
7

VERSION

9       version 1.70
10

SYNOPSIS

12         my $utc_tz = DateTime::TimeZone::UTC->new;
13

DESCRIPTION

15       This class is used to provide the DateTime::TimeZone API needed by
16       DateTime.pm for the UTC time zone, which is not explicitly included in
17       the Olson time zone database.
18
19       The offset for this object will always be zero.
20

USAGE

22       This class has the same methods as a real time zone object, but the
23       "category()" method returns undef and "is_utc()" returns true.
24

AUTHOR

26       Dave Rolsky <autarch@urth.org>
27
29       This software is copyright (c) 2014 by Dave Rolsky.
30
31       This is free software; you can redistribute it and/or modify it under
32       the same terms as the Perl 5 programming language system itself.
33
34
35
36perl v5.16.3                      2014-06-01        DateTime::TimeZone::UTC(3)
Impressum