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::Local::VMS - Determine the local system's time zone on VMS

Author

       Dave Rolsky <autarch@urth.org>

Description

       This module provides methods for determining the local time zone on a VMS platform.

       NOTE: This is basically a stub pending an implementation by someone who knows something about VMS.

How The Time Zone Is Determined

       This class tries the following methods of determining the local time zone:

       •   %ENV

           We check the following environment variables:

           •       TZ

           •       SYS$TIMEZONE_RULE

           •       SYS$TIMEZONE_NAME

           •       UCX$TZ

           •       TCPIP$TZ

Name

       DateTime::TimeZone::Local::VMS - Determine the local system's time zone on VMS

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 $tz = DateTime::TimeZone->new( name => 'local' );

         my $tz = DateTime::TimeZone::Local->TimeZone();

Version

       version 2.65

return

See Also