Anonymous | Login | Signup for a new account | 12-17-2024 11:36 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003273 | [Quercus] | block | always | 01-16-09 01:49 | 01-18-09 06:53 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | urgent | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.0 | ||||||
Summary | 0003273: date_default_timezone_set() doesn't work | ||||||||
Description |
<?php date_default_timezone_set('PST'); print date('g:i', 0) . ' '; date_default_timezone_set('America/New_York'); print date('g:i', 0); Regular PHP prints "4:00 7:00". Quercus prints "4:00 4:00". (Substituting "EST" doesn't help; it seems to always use the local timezone.) |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0003754) ferg 01-18-09 06:53 |
php/190t - the issue is the date() call, not date_default_timezone_set() |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |