Re: Typo in the Timezone

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Typo in the Timezone
Дата
Msg-id 2178211.1748009440@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Typo in the Timezone  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-bugs
Daniel Gustafsson <daniel@yesql.se> writes:
>> On 23 May 2025, at 11:40, Joseph Rana <josephranamgr7@gmail.com> wrote:
>> Hi i am a nepali developer and i saw a small typo here in the official supported timezone list. The correct spelling
shouldbe "Asia/Kathmandu" and not "Asia/katmandu". 

> We consume the timezone database without changes, any proposals for updates
> should be raised with the maintainers:
>     https://www.iana.org/time-zones

It looks to me like both spellings are accepted already:

regression=# select * from pg_timezone_names where name ilike 'asia/kat%';
      name      | abbrev | utc_offset | is_dst
----------------+--------+------------+--------
 Asia/Kathmandu | +0545  | 05:45:00   | f
 Asia/Katmandu  | +0545  | 05:45:00   | f
(2 rows)

            regards, tom lane



В списке pgsql-bugs по дате отправления: