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 my $tz = DateTime::TimeZone->new( name => 'local' );
11
12 my $tz = DateTime::TimeZone::Local->TimeZone();
13
15 This module provides methods for determining the local time zone on a
16 VMS platform.
17
18 NOTE: This is basically a stub pending an implementation by someone who
19 knows something about VMS.
20
22 This class tries the following methods of determining the local time
23 zone:
24
25 · %ENV
26
27 We check the following environment variables:
28
29 · TZ
30
31 · SYS$TIMEZONE_RULE
32
33 · SYS$TIMEZONE_NAME
34
35 · UCX$TZ
36
37 · TCPIP$TZ
38
40 Dave Rolsky, <autarch@urth.org>
41
43 Copyright (c) 2003-2008 David Rolsky. All rights reserved. This
44 program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
47 The full text of the license can be found in the LICENSE file included
48 with this module.
49
50
51
52perl v5.10.1 2017-03-21 DateTime::TimeZone::Local::VMS(3)