[PHP-DEV] Bug #11876: gmdate() and date() wont generate a date greater than January 19, 2039 From: ryan <email protected>
Date: 07/04/01

From: ryan <email protected>
Operating system: Windows ME
PHP version: 4.0.6
PHP Bug Type: Date/time related
Bug description: gmdate() and date() wont generate a date greater than January 19, 2039

gmdate() and date() wont generate a date greater than January 19, 2039 @ 3:14:07 AM. if you write gmdate("F j, Y @ g:i A", 2147483647) it gives you "January 19, 2039 @ 3:14:07 AM", but if you add one second to it and do gmdate("F j, Y @ g:i A", 2147483648) it gives you an error.

-- 
Edit Bug report at: http://bugs.php.net/?id=11876&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>