php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20975 date("O") & date("r")
Submitted: 2002-12-12 16:57 UTC Modified: 2002-12-12 16:59 UTC
From: peter at mediapoland dot com Assigned:
Status: Closed Package: Date/time related
PHP Version: 4.2.3 OS: win2000SP3
Private report: No CVE-ID: None
 [2002-12-12 16:57 UTC] peter at mediapoland dot com
When used for time zone that varies by the half hour rather than the standard one hour from GMT (or 45 min - Nepal) will output combination of hours and second as difference to Greenwich:

date("O");   will generate (date("r")) :


+052700 Nepal Standard Time(GMT+05:45)
-031800 Newfoundland Standard Time (GMT-03:30), etc.

PHP documentation:
O - Difference to Greenwich Time in hours; e.g. "+0200" 

NOT in hours AND seconds...date("Z") works fine.

Peter

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-12 16:59 UTC] derick@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC