Обсуждение: pgsql: Add timezone offset output option to to_char()

Поиск
Список
Период
Сортировка

pgsql: Add timezone offset output option to to_char()

От
Bruce Momjian
Дата:
Add timezone offset output option to to_char()
Add ability for to_char() to output the timezone's UTC offset (OF).  We
already have the ability to return the timezone abbeviation (TZ/tz).
Per request from Andrew Dunstan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7408c5d29b53fbeae0d88ab8121a42c3b4d9ed64

Modified Files
--------------
doc/src/sgml/func.sgml             |    4 ++++
src/backend/utils/adt/formatting.c |   17 +++++++++++++++--
2 files changed, 19 insertions(+), 2 deletions(-)