]> granicus.if.org Git - postgresql/commit
Add timezone offset output option to to_char()
authorBruce Momjian <bruce@momjian.us>
Mon, 1 Jul 2013 17:40:18 +0000 (13:40 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 1 Jul 2013 17:40:32 +0000 (13:40 -0400)
commit7408c5d29b53fbeae0d88ab8121a42c3b4d9ed64
tree0eb80786b304dd382838c5add70492cc98d0b419
parent6697aa2bc25c83b88d6165340348a31328c35de6
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
doc/src/sgml/func.sgml
src/backend/utils/adt/formatting.c