to_timestamp TZH and TZM format specifiers

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема to_timestamp TZH and TZM format specifiers
Дата
Msg-id 35eebd0e-ace6-7009-9528-e3646f53f380@2ndQuadrant.com
обсуждение исходный текст
Ответы Re: to_timestamp TZH and TZM format specifiers
Re: to_timestamp TZH and TZM format specifiers
Список pgsql-hackers
This small and simple standalone patch extracted from the SQL/JSON work
would allow the user to supply a string with a time zone specified as
hh:mm thus:


    SELECT to_timestamp('2011-12-18 11:38 -05:20', 'YYYY-MM-DD HH12:MI
    TZH:TZM');
             to_timestamp        
    ------------------------------
     Sun Dec 18 08:58:00 2011 PST

The patch seems pretty straightforward to me, and it's required for the
jsonpath patches which would be the next cab off the rank in the
SQL/JSON work.


It seems like something worth having quite independently of the SQL/JSON
stuff anyway.


cheers


andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Speeding up pg_upgrade
Следующее
От: Tom Lane
Дата:
Сообщение: Re: to_timestamp TZH and TZM format specifiers