Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1132 | minor | always | 05-19-06 16:40 | 05-24-06 08:29 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001132: mktime() does not use local time zone | ||||
Description: |
PHP: <?php print mktime(0,0,0,1,1,1970) . "\n"; ?> I'm in the Pacific time zone. Zend PHP prints "28800" (meaning mktime() is adjusting for the local time zone). Quercus prints "-28799". The result is that if you call PHP's date() function on mktime()'s output, the results are always different than the parameters to mktime(). |
||||
Steps To Reproduce: | |||||
Additional Information: | 060519 snapshot | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|