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

Pull Requests

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 Oct 31 23:01:28 2024 UTC