php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34386 date_default_timezone_set should provide a list of valid timezones
Submitted: 2005-09-06 06:05 UTC Modified: 2005-09-06 07:49 UTC
From: david at tulloh dot id dot au Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
43 + 39 = ?
Subscribe to this entry?

 
 [2005-09-06 06:05 UTC] david at tulloh dot id dot au
Description:
------------
date_default_timezone_set (and the rest of php documentation) do not provide a listing of valid PHP timezones.

A list, or link to a list, would be very useful in choosing the correct timezone rather than guess and check as is currently required (or read the source code).

Additionally there should be some clarification on conflicting timezones, such as EST.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-06 07:49 UTC] derick@php.net
Actually, there is code that returns a list of supported timezones. We can not really document this as this list gets extended once in a while. This new function (timezone_identifiers_list) is however not enabled yet, but will be in PHP 5.1.1 and higher. For now you can check on this url which ones are supported:
http://viewcvs.php.net/viewcvs.cgi/php-src/ext/date/lib/timezonedb.h?rev=1.4.2.2&content-type=text/vnd.viewcvs-markup
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC