php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #36358 Function getting all supported time zone names
Submitted: 2006-02-10 17:37 UTC Modified: 2006-02-10 18:55 UTC
From: tomas_matousek at hotmail dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.1.2 OS: WinXP
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: tomas_matousek at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-02-10 17:37 UTC] tomas_matousek at hotmail dot com
Description:
------------
A function that would return an array of supported time-zone names could be useful.

E.g. 

var_dump(date_get_timezones()) would print:

array (
  0 => "Africa/Abidjan",
  1 => "Africa/Accra",
  2 => "Africa/Addis_Ababa",
  ...
)



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-10 18:55 UTC] derick@php.net
It's already there, but not yet enabled....
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 12:01:29 2025 UTC