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 We check the following environment variables:
27
28 * TZ
29 * SYS$TIMEZONE_RULE
30 * SYS$TIMEZONE_NAME
31 * UCX$TZ
32 * TCPIP$TZ
33
35 Dave Rolsky, <autarch@urth.org>
36
38 Copyright (c) 2003-2007 David Rolsky. All rights reserved. This pro‐
39 gram is free software; you can redistribute it and/or modify it under
40 the same terms as Perl itself.
41
42 The full text of the license can be found in the LICENSE file included
43 with this module.
44
45
46
47perl v5.8.8 2007-04-02 DateTime::TimeZone::Local::VMS(3)