Derick Rethans wrote:
>  Actually that is probably another discussion, but is the php date function
>  still limited to 13 Dec 1901?

No. Internally, it uses 64 bit integers. As long as you use the object
oriented approach it will work. If you go back to timestamps, you have
to rely on what the OS supports as integer size (which is sadly 32 bit
on Windows).

Which is probably the reason I don't use anything other than the database timestamps :)

While you say it uses 64bit internally. I presume that means it JUST uses 64bit numbers? Or does it actually follow the Julian calendar corrections prior to 1900 such as the Gregorian Correction?

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to