APM: GMT question

Goldilox Goldilox at teachnet.edb.utexas.edu
Wed Dec 4 13:03:41 CST 2002


If I'm doing this:
$timezoneoffset = -6;
$offset = $timezoneoffset * 3600;
($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = gmtime(time +
$offset);

I am wondering if Windows vs Unix if any OS will account for DST (Daylight
Savings Time)? My assumption is Windows will and Unix won't, but maybe there is
a workaround for Unix (or maybe I'm wrong in my assumptions).

Rhett




More information about the Austin mailing list