Posted by Christoph Burschka on 01/16/07 09:11
Namely the thirteenth of December 1901, 12:45:52, Pacific Time.
All dates later than this passed in format "yyyy-mm-dd hh:mm:ss" to the
strtotime function return the correct unix timestamp value (as can be
verified by passing it back to date()).
If a date earlier than 1901-12-13 12:45:52 is used, it returns an error.
I tried this for a while to find the exact cut-off point, and this is it.
Any reason - possibly a limitation of the integer value that is used? I
didn't find this documented anywhere...
--
Christoph Burschka
[Back to original message]
|