1DateTime::TimeZone::UTCU(s3e)r Contributed Perl DocumentaDtaitoenTime::TimeZone::UTC(3)
2
3
4
6 DateTime::TimeZone::UTC - The UTC time zone
7
9 version 1.42
10
12 my $utc_tz = DateTime::TimeZone::UTC->new;
13
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
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
26 Dave Rolsky <autarch@urth.org>
27
29 This software is copyright (c) 2011 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.12.4 2011-11-07 DateTime::TimeZone::UTC(3)