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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chris at wild dot net
New email:
PHP Version: OS:

 

 [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: Tue Mar 19 08:01:29 2024 UTC