Re: Win32 timezone matching

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Win32 timezone matching
Дата
Msg-id 20153.1270667215@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Win32 timezone matching  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Win32 timezone matching
Список pgsql-hackers
I wrote:
>         ereport(LOG,
>                 (errmsg("could not determine system time zone, defaulting to \"%s\"", "GMT"),

BTW, does anyone remember the reason for making "GMT" nonlocalizable
in these messages?  It seems more straightforward to do
               (errmsg("could not determine system time zone, defaulting to \"GMT\""),

I suppose we had a reason for doing it the first way but I can't see
what.  "GMT" seems a fairly English-centric way of referring to UTC
anyhow; translators might wish to put in "UTC" instead, or some other
spelling.  Shouldn't we let them?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Win32 timezone matching
Следующее
От: Dhiraj Lohiya
Дата:
Сообщение: Enhancing phonetic search support for more languages - GSoC 2010