Syntactic Confectionery Delight | |
PerlMonks |
Re: Perl daylight savings time issue? (nm, I'm an idiot)by CountZero (Bishop) |
on Mar 14, 2016 at 15:58 UTC ( [id://1157670]=note: print w/replies, xml ) | Need Help?? |
In Belgium Daylight Saving Time starts on
Sunday March 27, 2016 at 2:00 AM local time.
Hence perl -MData::Dumper -le "print [ localtime() ]->[-1]" now gives 0 and perl -MData::Dumper -le "print [ localtime(time + 60 * 60 * 24 * 14) ]->[-1]" gives 1. My Windows 7 computer doesn't have a TZ environment variable set at all. CountZero A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James My blog: Imperial Deltronics
In Section
Seekers of Perl Wisdom
|
|