php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20788 Improper timezone generation?
Submitted: 2002-12-03 07:01 UTC Modified: 2002-12-03 07:05 UTC
From: john@php.net Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 4.2.2 OS: Windows / Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: john@php.net
New email:
PHP Version: OS:

 

 [2002-12-03 07:01 UTC] john@php.net
I'm not sure if this is a doc bug, a Windows bug or perhaps it's not an issue. Basically:

echo gmdate('T'); // date() could have been used

produces on Linux:

GMT

while on Windows:

GMT Standard Time

The same thing applies for other timezones:

EST (linux) -> Eastern Standard Time

This is an issue for a number of reasons:

1) The docs specify date('T') as producing only three-letter timezones (EST, etc).

2) This behavior may screw up things like setcookie() (where I ran into it)...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-03 07:05 UTC] sniper@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 14:01:29 2024 UTC