Error when pushing data to Heroku: time zone displacement out of range

Posted by J. Pablo Fernández on Stack Overflow See other posts from Stack Overflow or by J. Pablo Fernández
Published on 2011-11-16T12:19:36Z Indexed on 2012/09/06 9:38 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

I run the following command to push the contents of my local database to Heroku:

heroku db:push --app my-app

and from my home computer it works flawlessly but from my work computer I get this error:

Taps Server Error: PGError: ERROR: time zone displacement out of range: "2011-11-15 12:00:00.000000+5894114400"

I'm not sure where that date is coming from, I can't find it in the data anywhere. Any ideas what's going on and/or how to fix it?

Thanks.

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about heroku