Re: Bad Value for Data Type Timestamp - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Bad Value for Data Type Timestamp
Date
Msg-id 16974.1141150716@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bad Value for Data Type Timestamp  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Bad Value for Data Type Timestamp  ("Jonathan Vallar" <jonathan.vallar@gmail.com>)
List pgsql-jdbc
Dave Cramer <pg@fastcrypt.com> writes:
> Internally timestamps are stored as seconds. Is there an output
> format that formats with a space between seconds and minutes ?

No, and after taking a quick look at the formatting code (EncodeDateTime())
it would take a very seriously broken printf() implementation to cause
that to happen ...

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Bad Value for Data Type Timestamp
Next
From: "Jonathan Vallar"
Date:
Subject: Re: Bad Value for Data Type Timestamp