Subject: | information_blocks.t checks platform dependent time() values. |
time() called at the exact same moment on Unix, Windows, MacOS, and MSDOS will all yeild different values since each OS has a a different understanding of the epoch. (For some its 1970, others, 1969, others, the mid-eighties, etc.) Instead, why not let the extract_..._time methods get the time() value for each timestamp using Time::Local, then use gmtime() to test their validity?