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 1.70
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 Dave Rolsky <autarch@urth.org>
44
46 This software is copyright (c) 2014 by Dave Rolsky.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.16.3 2014-06-01 DateTime::TimeZone::Local::VMS(3)