readthefuckingmanual.net

[SOLVED] org.postgresql.util.PSQLException: ERROR: timestamp out of range: "169104627-12-11 19:08:16+00 BC"

Error added: 2022-11-26T10:15:36Z

0 people waiting for the answer...

3 answers found.

Answer 2731 (100.0% helpful)

You are using Instant.MAX (169104627 AD) and trying to store it as a Postgres timestamp.

Postgres' timestamp only goes up to 294276 AD.

https://www.postgresql.org/docs/current/datatype-datetime.html
Permalink

Answer 2732 (0.0% helpful)

You are using Instant.MAX (169104627 AD) and trying to store it as a Postgres timestamp.

Postgres' timestamp only goes up to 294276 AD.

https://www.postgresql.org/docs/current/datatype-datetime.html
Permalink

Answer 2733 (0.0% helpful)

deleteme
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: