Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #6034 date format bug
Submitted: 2005-11-22 08:26 UTC
From: erno at mellesleg dot hu Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-22 08:26 UTC] erno at mellesleg dot hu
Description: ------------ In PEAR-1.4.5 I've found a little bug. PEAR/command/Registry.php on line 983. date("Y-m-d H:m",$obj->getLastModified()) Correct is date("Y-m-d H:i",$obj->getLastModified()) m : numeric representation of a month, with leading zeros

Comments

 [2005-11-27 02:52 UTC] cellog
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.