> 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=="" > case the following way:
shouldn't it assume GMT? epoch is in GMT, and file times (as written to the disk) should be in GMT so that conversion to any time zone for display will not be incorrect. - erik