Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3273 | block | always | 01-16-09 01:49 | 01-18-09 06:53 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in 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.) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|