]> granicus.if.org Git - postgresql/commit
Use ISO 8601 format for dates converted to JSON, too.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Aug 2014 02:57:20 +0000 (22:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Aug 2014 02:57:56 +0000 (22:57 -0400)
commit560e2300b2ab395a367153e37d445fd584281cf7
tree71810a671d79613a9ad99e38a15985494b3b1204
parent3b2f4aa0f0fe23b0cac753f91833df353994d298
Use ISO 8601 format for dates converted to JSON, too.

Commit f30015b6d794c15d52abbb3df3a65081fbefb1ed made this happen for
timestamp and timestamptz, but it seems pretty inconsistent to not
do it for simple dates as well.

(In passing, I re-pgindent'd json.c.)
doc/src/sgml/release-9.4.sgml
src/backend/utils/adt/json.c