ID:               20975
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Date/time related
 Operating System: win2000SP3
 PHP Version:      4.2.3
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2002-12-12 16:57:10] [EMAIL PROTECTED]

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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20975&edit=1

Reply via email to