mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Implement TZH and TZM timestamp format patterns
These are compatible with Oracle and required for the datetime template language for jsonpath in an upcoming patch. Nikita Glukhov and Andrew Dunstan, reviewed by Pavel Stehule.
This commit is contained in:
@ -6073,6 +6073,14 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
|
||||
<entry>lower case time-zone abbreviation
|
||||
(only supported in <function>to_char</function>)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>TZH</literal></entry>
|
||||
<entry>time-zone hours</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>TZM</literal></entry>
|
||||
<entry>time-zone minutes</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>OF</literal></entry>
|
||||
<entry>time-zone offset from UTC
|
||||
|
Reference in New Issue
Block a user