1DateTime::TimeZone::LocUasle:r:VCMoSn(t3r)ibuted Perl DoDcautmeeTnitmaet:i:oTnimeZone::Local::VMS(3)
2
3
4

NAME

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

VERSION

10       version 2.39
11

SYNOPSIS

13         my $tz = DateTime::TimeZone->new( name => 'local' );
14
15         my $tz = DateTime::TimeZone::Local->TimeZone();
16

DESCRIPTION

18       This module provides methods for determining the local time zone on a
19       VMS platform.
20
21       NOTE: This is basically a stub pending an implementation by someone who
22       knows something about VMS.
23

HOW THE TIME ZONE IS DETERMINED

25       This class tries the following methods of determining the local time
26       zone:
27
28       ·   %ENV
29
30           We check the following environment variables:
31
32           ·       TZ
33
34           ·       SYS$TIMEZONE_RULE
35
36           ·       SYS$TIMEZONE_NAME
37
38           ·       UCX$TZ
39
40           ·       TCPIP$TZ
41

SUPPORT

43       Bugs may be submitted at
44       <https://github.com/houseabsolute/DateTime-TimeZone/issues>.
45
46       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
47

SOURCE

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

AUTHOR

53       Dave Rolsky <autarch@urth.org>
54
56       This software is copyright (c) 2020 by Dave Rolsky.
57
58       This is free software; you can redistribute it and/or modify it under
59       the same terms as the Perl 5 programming language system itself.
60
61       The full text of the license can be found in the LICENSE file included
62       with this distribution.
63
64
65
66perl v5.30.2                      2020-04-27 DateTime::TimeZone::Local::VMS(3)
Impressum