|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits              [2014-06-09 02:07 UTC] stas@php.net
 
-Assigned To:
+Assigned To: derick
  [2014-09-22 13:27 UTC] derick@php.net
 
-Status: Assigned
+Status: Not a bug
  [2014-09-22 13:27 UTC] derick@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 06:00:01 2025 UTC | 
Description: ------------ Australia/ACT and Australia/Canberra timezones are missing from DateTimeZone::listIdentifiers() , they work correctly when creating a date eg $dt = new DateTime('now', 'Australia/Canberra') Test script: --------------- if (!in_array('Australia/Canberra', DateTimeZone::listIdentifiers())){ echo "OH SHIT". "<br />"; } Expected result: ---------------- expect result would be it says nothing but currently it says "OH SHIT"