in reply to stat() and time-zone-offsets?
Perl handles these offsets automagically
...
But where does this magic come from?
Actually, perl just hands the epoch time (Coordinated Universal Time (UTC)) off to the localtime(3) function in the C library which handles the "magic".
How can I get a timezone corrected
You should probably have a look at the time zone functions in the POSIX module.
|
|---|