erik quanstrom
2013-08-10 20:09:11 UTC
Tm2sec converts a broken-down time to seconds since the
start of the epoch. It ignores wday, and assumes the local
time zone if zone is not GMT.
as Tm.zone is not explicitely set to "GMT", i think
tm2sec() should specially handle the Tm.zone==""
shouldn't it assume GMT? epoch is in GMT, and file timesstart of the epoch. It ignores wday, and assumes the local
time zone if zone is not GMT.
as Tm.zone is not explicitely set to "GMT", i think
tm2sec() should specially handle the Tm.zone==""
(as written to the disk) should be in GMT so that conversion
to any time zone for display will not be incorrect.
- erik