diff options
author | Charles Lane <lane@DUPHY4.Physics.Drexel.Edu> | 2001-11-12 07:35:18 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-12 16:33:01 +0000 |
commit | 32af7c23a1c4abd006dd0f19ca383c1fcaddfdd9 (patch) | |
tree | 27826c419d4ba6758c31f4f5633a43af1fead6c6 /vms/vms.c | |
parent | 9b1c7707319e7631584ef9f5d258edf5657d488c (diff) | |
download | perl-32af7c23a1c4abd006dd0f19ca383c1fcaddfdd9.tar.gz |
[Patch Perl@12856] MULTIPLICITY on VMS
Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@12958
Diffstat (limited to 'vms/vms.c')
-rw-r--r-- | vms/vms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5917,7 +5917,7 @@ Perl_my_localtime(pTHX_ const time_t *timep) # endif dst = -1; #ifndef RTL_USES_UTC - if (tz_parse(&when, &dst, 0, &offset)) { /* truelocal determines DST*/ + if (tz_parse(aTHX_ &when, &dst, 0, &offset)) { /* truelocal determines DST*/ when = whenutc - offset; /* pseudolocal time*/ } # endif |