How to get the time zone offset

Поиск
Список
Период
Сортировка
От Cezariusz Marek
Тема How to get the time zone offset
Дата
Msg-id 77C8107E78F740448C9D890246E2BC88@co382.comarch.net
обсуждение исходный текст
Список pgsql-general
I need to convert timestamp to a format with a time zone offset, like this:

select clock_timestamp()::text;

which returns:

"2011-12-30 11:59:06.538+01"

What is the default format for timestamp::text conversion? I've tried this:

select to_char(clock_timestamp(), 'YYYY-MM-DD HH24:MI:SSTZ');

But it gives me "CET" instead of "+01":

"2011-12-30 11:59:06CET"

--
____________________________________________________________________
Cezariusz Marek                   mob: +48 608 646 494
http://www.comarch.com/           tel: +48 33 815 0734
____________________________________________________________________



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

Предыдущее
От: Cezariusz Marek
Дата:
Сообщение: How to get the time zone offset using to_char
Следующее
От: Carlos Mennens
Дата:
Сообщение: Re: Dated Version of PostgreSQL