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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 19 11:01:28 2024 UTC