ID: 40856 Updated by: [EMAIL PROTECTED] Reported By: sergio dot santana at softtek dot com -Status: Open +Status: Feedback Bug Type: Date/time related Operating System: Windows XP PRO PHP Version: 5.2.1 New Comment:
What does the following output: <?php echo date_default_timezone_get(), "\n"; ?> Previous Comments: ------------------------------------------------------------------------ [2007-03-19 17:45:28] sergio dot santana at softtek dot com Description: ------------ I have various scripts that work at 12am daily, but it seems that they are running now at 11pm (one hour before it shoud), i work with the GMT -8(tijuana) time zone, i use de date function and returns the date and time of the GMT -8(pacific) time zone, it is not a major problem now, but it could be in future appz this time difference in other places, thanks for reading my message. Reproduce code: --------------- //use the GMT-8(tijuana) time zone //and compare the displayed time with the system time echo date("d-m-y H:i:s"); Expected result: ---------------- get the same system and displayed time (variance of 1 hour now) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40856&edit=1