1DateTime::TimeZone::UTCU(s3e)r Contributed Perl DocumentaDtaitoenTime::TimeZone::UTC(3)
2
3
4
6 DateTime::TimeZone::UTC - The UTC time zone
7
9 my $utc_tz = DateTime::TimeZone::UTC->new;
10
12 This class is used to provide the DateTime::TimeZone API needed by
13 DateTime.pm for the UTC time zone, which is not explicitly included in
14 the Olson time zone database.
15
16 The offset for this object will always be zero.
17
19 This class has the same methods as a real time zone object, but the
20 "category()" method returns undef and "is_utc()" returns true.
21
23 Dave Rolsky, <autarch@urth.org>
24
26 Copyright (c) 2003-2008 David Rolsky. All rights reserved. This
27 program is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
30 The full text of the license can be found in the LICENSE file included
31 with this module.
32
33
34
35perl v5.10.1 2017-03-21 DateTime::TimeZone::UTC(3)