Subject: | str2time("1900-01-01") returns time_t of 2000-01-01 |
Year strings between 1900-01-01 and 1937-01-01 return a time_t of 100 years later (i.e. "1900-01-01" returns 946684800 (Sat Jan 1 00:00:00 2000). (The man page says that undef will be returned if the time "is outside the representable range.")
(This is for HTTP::Date 1.46, which I believe is the one in libwww 5.803.)