Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user interface text
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 21:05 UTC
Updated:
16 Jan 2009 at 20:40 UTC
This is really minor, but bugged me when installing from CVS. The list of active timezones is in the format:
America/New_York
This should be presented correctly, without the underscores. The patch leaves the underscore value intact as the array key returned by system_time_zones().
(For the record, the underscores are generated by the PHP function timezone_identifiers_list())
| Comment | File | Size | Author |
|---|---|---|---|
| system_time_zones.patch | 1.11 KB | agentrickard |
Comments
Comment #1
tstoecklerTested the patch and it works fine. The underscores are removed and adjusting the time zone works as well.
Setting RTBC because this is really a small patch. Feel free to reverse.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks!