logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dave Rolsky <autarch@urth.org>

Description

       This class is used to provide the DateTime::TimeZone API needed by DateTime.pm for the UTC time zone,
       which is not explicitly included in the Olson time zone database.

       The offset for this object will always be zero.

Name

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

Source

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

Support

       Bugs may be submitted at <https://github.com/houseabsolute/DateTime-TimeZone/issues>.

Synopsis

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

Usage

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

Version

       version 2.65

See Also