BUG #1232: Singapore Timezone missing

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1232: Singapore Timezone missing
Дата
Msg-id 20040825212204.ACA195A1075@www.postgresql.com
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1232
Logged by:          John R Pierce

Email address:      pierce@hogranch.com

PostgreSQL version: 7.4.2

Operating system:   Linux 2.4.9

Description:        Singapore Timezone missing

Details:

The timezone designation SGT is not recognized on inserts to "timestamp with
time zone" fields.

In file src/backend/utils/adt/datetime.c  SGT is missing/undefined.  it
should be...

    {"sgt", TZ, POS(32)},  /* Singapore Time */

(i.e UTC+0800, no daylight time)

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1231: Probelm with transactions in stored code.
Следующее
От: "John R Pierce"
Дата:
Сообщение: Re: BUG #1232: Singapore Timezone missing