David Fetter <david@xxxxxxxxxx> writes: >> The recommended locution is >> >> SELECT TIMESTAMP WITH TIME ZONE 'epoch' + <x> * INTERVAL '1 second'; > I think this should read: > SELECT TIMESTAMP WITH TIME ZONE 'epoch' AT TIME ZONE 'UTC' + <x> * INTERVAL '1 second'; > /* ^^^^^^^^^^^^^^^^^^ */ It's correct as written; your modification throws it off by the local GMT offset. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org