On Tue, 14 Sep 2004 11:45:51 +0200, Christophe Chisogne <[EMAIL PROTECTED]> wrote: > Wouter van Vliet a écrit : > >>Note: The valid range of a timestamp is typically from Fri, 13 Dec > >>1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are the > >>dates that correspond to the minimum and maximum values for a 32-bit > >>signed integer.) > > To avoid unix timestamps limits, dont reinvent the wheel. > The Pear Date class [1] can probably help you. > Perhaps this should go in the manual for date() [2], > as it looks like a FAQ. > > [1] pear Date > http://pear.php.net/package/Date > > [2] php date() > http://www.php.net/manual/en/function.date.php >
I'll have a look at it, thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php