Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.0 Product Version 4.0.0
  Product Build
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
Attached Files

- Relationships

- Notes
(0003754)
ferg
01-18-09 06:53

php/190t - the issue is the date() call, not date_default_timezone_set()
 

- Issue History
Date Modified Username Field Change
01-16-09 01:49 koreth New Issue
01-16-09 18:20 ferg Priority normal => urgent
01-18-09 06:53 ferg Note Added: 0003754
01-18-09 06:53 ferg Assigned To  => ferg
01-18-09 06:53 ferg Status new => closed
01-18-09 06:53 ferg Resolution open => fixed
01-18-09 06:53 ferg Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker