php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10158 "r" format specifier in Date() causing problems
Submitted: 2001-04-04 09:30 UTC Modified: 2001-05-05 20:20 UTC
From: chris at wild dot net Assigned:
Status: Closed Package: Date/time related
PHP Version: 4.0.4pl1 OS: Solaris 5.6
Private report: No CVE-ID: None
 [2001-04-04 09:30 UTC] chris at wild dot net
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-04 10:09 UTC] sniper@php.net
Works for me with latest CVS just fine.
Try latest snapshot from http://snaps.php.net/ to verify
if this is fixed.

--Jani

 [2001-05-05 20:20 UTC] jmoore@php.net
No feedback. Closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC