ID:               35201
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lunter at interia dot pl
 Status:           Bogus
 Bug Type:         Date/time related
 Operating System: winXP
 PHP Version:      5.1.0RC4
 New Comment:

Copy&Paste error, meant date("U") not time() here... 


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

[2005-11-12 18:29:30] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

time() returns seconds from 1.1.1970 00:00 GMT - that's  
for good reasons timezone independet  

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

[2005-11-12 18:01:35] lunter at interia dot pl

Category: *General Issues => Date/time related

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

[2005-11-12 17:57:19] lunter at interia dot pl

Description:
------------
date_default_timezone_set() doesn't work with date(), gmdate()

Reproduce code:
---------------
<?
 date_default_timezone_set('Europe/Warsaw');
 print(date('U').'<br>');
 print(gmdate('U').'<br>');
?>

Expected result:
----------------
Different values.

Actual result:
--------------
The same values.


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


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

Reply via email to