View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016544 | mantisbt | bugtracker | public | 2013-10-28 05:47 | 2013-11-10 04:03 |
| Reporter | lisa_zhang | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | unable to reproduce | ||
| OS | redhat | ||||
| Product Version | 1.2.15 | ||||
| Summary | 0016544: Help! I cann't choose timezone | ||||
| Description | Help! I cann't choose timezone.Please see attachment,there no timezone to choose. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Works for me. Time zone is provided by PHP function timezone_identifiers_list() - if the list is empty, maybe there is an issue with your installation. |
|
|
My php information as below Is timezone_identifiers_list function not available in this version? |
|
|
Run admin/check.php to check your installation |
|
0014009 is about a non-existing function error when running the admin checks, which is definitely solved. Short of defining our own timezone data, I don't see any way to populate this list properly. A possible alternative would be to provide a free-text field to let users enter timezone manually in the preferences when timezone_identifiers_list() is not available. OTOH, I don't think it is really worth the effort, considering that PHP 5.1 is not supported anymore since 24 Aug 2006... [1]. IMO users should upgrade to 5.3 or at least the latest 5.2 (if only for security reasons) |
|
|
I run check.php,there is no error.See the attachment 'check.bmp'. |
|
|
I'm sorry,I upload a error attachment.Please see the attachment'check1.bmp',It's the result after running check.php.it's the same with another computer of ubuntu system . but that computer has timezone options. |
|
|
Thanks for your answer.From your infomation,It's the PHP version not support timezone_identifiers_list function. right ? I will update PHP version and test it. |
|
Correct. |
|