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 2.39
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

SUPPORT

26       Bugs may be submitted at
27       <https://github.com/houseabsolute/DateTime-TimeZone/issues>.
28
29       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
30

SOURCE

32       The source code repository for DateTime-TimeZone can be found at
33       <https://github.com/houseabsolute/DateTime-TimeZone>.
34

AUTHOR

36       Dave Rolsky <autarch@urth.org>
37
39       This software is copyright (c) 2020 by Dave Rolsky.
40
41       This is free software; you can redistribute it and/or modify it under
42       the same terms as the Perl 5 programming language system itself.
43
44       The full text of the license can be found in the LICENSE file included
45       with this distribution.
46
47
48
49perl v5.30.2                      2020-04-27        DateTime::TimeZone::UTC(3)
Impressum