Re: [PHP] Bug in date() in version 4.0.4?

2001-04-03 Thread David Robley
On Wed, 4 Apr 2001 04:24, Boget, Chris wrote: > > echo date( "r h:ia" ); > > returns: > > Tue, 3 Apr 2001 13:45:46 +0500 12:875903540pm > > What's up with the minutes? Does anyone else get > this problem? It seems the minutes are only screwed > up with the "r" format specifier is used... > > C

[PHP] Bug in date() in version 4.0.4?

2001-04-03 Thread Boget, Chris
echo date( "r h:ia" ); returns: Tue, 3 Apr 2001 13:45:46 +0500 12:875903540pm What's up with the minutes? Does anyone else get this problem? It seems the minutes are only screwed up with the "r" format specifier is used... Chris