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 2.51
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 Bugs may be submitted at
27 <https://github.com/houseabsolute/DateTime-TimeZone/issues>.
28
30 The source code repository for DateTime-TimeZone can be found at
31 <https://github.com/houseabsolute/DateTime-TimeZone>.
32
34 Dave Rolsky <autarch@urth.org>
35
37 This software is copyright (c) 2021 by Dave Rolsky.
38
39 This is free software; you can redistribute it and/or modify it under
40 the same terms as the Perl 5 programming language system itself.
41
42 The full text of the license can be found in the LICENSE file included
43 with this distribution.
44
45
46
47perl v5.34.0 2021-10-25 DateTime::TimeZone::UTC(3)