[PHP-DEV] PHP 4.0 Bug #10158: "r" format specifier in Date() causing problems From: chris <email protected>
Date: 04/04/01

From: chris <email protected>
Operating system: Solaris 5.6
PHP version: 4.0.4pl1
PHP Bug Type: Date/time related
Bug description: "r" format specifier in Date() causing problems

echo date( "r h:ia" );

returns:

Tue, 3 Apr 2001 13:45:46 +0500 12:875903540pm

What's up with the minutes? It seems the minutes are
only screwed up with the "r" format specifier is used...

Chris

-- 
Edit Bug report at: http://bugs.php.net/?id=10158&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>