php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #53700 Correct city name
Submitted: 2011-01-09 08:52 UTC Modified: 2011-01-10 04:59 UTC
From: bimal at sanjaal dot com Assigned:
Status: Wont fix Package: Date/time related
PHP Version: 5.3.5 OS: all
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: bimal at sanjaal dot com
New email:
PHP Version: OS:

 

 [2011-01-09 08:52 UTC] bimal at sanjaal dot com
Description:
------------
The city name is wrong in the binary compile.
 'Asia/Katmandu' => 5.45,

It should be actually typed as:
 'Asia/Kathmandu' => 5.45,

Many other applications use the correct name: Kathmandu.
May be PHP has to fix it and announce.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-10 04:59 UTC] aharvey@php.net
-Status: Open +Status: Wont fix
 [2011-01-10 04:59 UTC] aharvey@php.net
All current stable versions of PHP include both Asia/Katmandu and
Asia/Kathmandu (with both of them being identical). As I understand
it, this is due to a spelling mistake in the time zone database itself
that was only rectified two or three years ago; since there is likely
to be old code that relies on the misspelled version of Katmandu, both
names have been retained.

Closing won't fix.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC