Mar 14, 2007 #1 rmtsmith MIS Apr 3, 2002 15 US after mar 11 dst, the localtime function is 1 hour behind; win admin says the "patch" was just a register setting change. Anybody got any ideas
after mar 11 dst, the localtime function is 1 hour behind; win admin says the "patch" was just a register setting change. Anybody got any ideas
Mar 14, 2007 #2 KevinADC Technical User Jan 21, 2005 5,070 US You will have to add an hour if tech support can't get the server time working correctly: localtime(time+3600); ------------------------------------------ - Kevin, perl coder unexceptional! Upvote 0 Downvote
You will have to add an hour if tech support can't get the server time working correctly: localtime(time+3600); ------------------------------------------ - Kevin, perl coder unexceptional!
Mar 14, 2007 Thread starter #3 rmtsmith MIS Apr 3, 2002 15 US I found this, this is a bug in win2k and above ----- MSVCRT.dll does report the correct time if TZ environment variable is set, there hot fix from MS: http://support.microsoft.com/kb/932590 for more info see - http://www.nntp.perl.org/group/perl.perl5.porters/2007/03/msg121888.html Upvote 0 Downvote
I found this, this is a bug in win2k and above ----- MSVCRT.dll does report the correct time if TZ environment variable is set, there hot fix from MS: http://support.microsoft.com/kb/932590 for more info see - http://www.nntp.perl.org/group/perl.perl5.porters/2007/03/msg121888.html