1DateTime::TimeZone::LocUasle:r:VCMoSn(t3r)ibuted Perl DoDcautmeeTnitmaet:i:oTnimeZone::Local::VMS(3)
2
3
4
6 DateTime::TimeZone::Local::VMS - Determine the local system's time zone
7 on VMS
8
10 version 2.51
11
13 my $tz = DateTime::TimeZone->new( name => 'local' );
14
15 my $tz = DateTime::TimeZone::Local->TimeZone();
16
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
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
43 Bugs may be submitted at
44 <https://github.com/houseabsolute/DateTime-TimeZone/issues>.
45
47 The source code repository for DateTime-TimeZone can be found at
48 <https://github.com/houseabsolute/DateTime-TimeZone>.
49
51 Dave Rolsky <autarch@urth.org>
52
54 This software is copyright (c) 2021 by Dave Rolsky.
55
56 This is free software; you can redistribute it and/or modify it under
57 the same terms as the Perl 5 programming language system itself.
58
59 The full text of the license can be found in the LICENSE file included
60 with this distribution.
61
62
63
64perl v5.34.0 2021-10-25 DateTime::TimeZone::Local::VMS(3)