Re: ISO time zone format

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема Re: ISO time zone format
Дата
Msg-id fbmfv1$gg6$1@news.hub.org
обсуждение исходный текст
Ответ на ISO time zone format  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Список pgsql-sql
>
> For the moment, you'll have to use extract() to pick out the bit(s) you 
> need:
>   to_char(extract(timezone_hour from current_timestamp), 'S00');
>

It's perfect for me, thanks a lot.
Sabin




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

Предыдущее
От: "Joel Fradkin"
Дата:
Сообщение: recursive query
Следующее
От: "hu js"
Дата:
Сообщение: How to use serial variable to insert into muiti-recrods?