to_timestamp TZH and TZM format specifiers - Mailing list pgsql-hackers

From Andrew Dunstan
Subject to_timestamp TZH and TZM format specifiers
Date
Msg-id 35eebd0e-ace6-7009-9528-e3646f53f380@2ndQuadrant.com
Whole thread Raw
Responses Re: to_timestamp TZH and TZM format specifiers
Re: to_timestamp TZH and TZM format specifiers
List 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


Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Speeding up pg_upgrade
Next
From: Tom Lane
Date:
Subject: Re: to_timestamp TZH and TZM format specifiers