in reply to Re: timelocal() rejects string-derived input
in thread timelocal() rejects string-derived input

You solved it!
  • Comment on Re^2: timelocal() rejects string-derived input

Replies are listed 'Best First'.
Re^3: timelocal() rejects string-derived input
by jbert (Priest) on Dec 12, 2006 at 23:39 UTC
    That still feels like a bug to me. On unix, time_t is a signed quantity, to allow times before the epoch to be represented (hence the Unix apocalypse is due sometime in 2038, when the 31-bit overflow happens).

    I wonder if this is a windows bug, perl-on-windows bug or activestate bug?