On one of my WinXP machines I notice the following:

c:\Perl\Programs>perl
system("date /t");
system("time /t");
print scalar localtime;
^D
Thu 01/13/2005
03:26 PM
Thu Jan 13 07:26:44 2005
c:\Perl\Programs>

Im in a GMT +8hrs timezone and the system time reports that correctly,
but localtime seems to be giving me PST. I've overcome this for now by
using gmtime. But that sucks.

My other machines work fine, whats up with this particular one?

Just in

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to