From:             [EMAIL PROTECTED]
Operating system: win2000SP3
PHP version:      4.2.3
PHP Bug Type:     Date/time related
Bug description:  date("O") & date("r")

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 bug report at http://bugs.php.net/?id=20975&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20975&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20975&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20975&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20975&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20975&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20975&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20975&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20975&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20975&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20975&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20975&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20975&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20975&r=isapi

Reply via email to