Re: to_timestamp TZH and TZM format specifiers

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: to_timestamp TZH and TZM format specifiers
Дата
Msg-id bdd46ec8-8d17-27ad-eb52-4061c7e11c2a@2ndquadrant.com
обсуждение исходный текст
Ответ на to_timestamp TZH and TZM format specifiers  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: to_timestamp TZH and TZM format specifiers
Список pgsql-hackers
On 01/03/2018 07:03 PM, Andrew Dunstan wrote:
> 
> 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.

Shouldn't this support TZS or something for seconds?
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Better testing coverage and unified coding for plpgsql loops
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Better testing coverage and unified coding for plpgsql loops