Use gmtime() instead of localtime(), as timezones hinder testing strtime().
authorNicholas Clark <nick@ccl4.org>
Sun, 18 Oct 2009 16:41:19 +0000 (17:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 18 Oct 2009 16:41:19 +0000 (17:41 +0100)
commit28c3d5f4a254cce07b783305aa5f3a842a9aecbc
tree74c6bd12c497017b23970e2b1f2951d1708e4e73
parent6609e0408cfa30e0d5c739e4c818f8591c88c0bc
Use gmtime() instead of localtime(), as timezones hinder testing strtime().

(Specifically negative timezones on operating systems without tzset(). Coming
from Washington State, you would have thought that they would have thought of
this.)
ext/POSIX/t/time.t