I use
gem 'sqlite3', '1.3.5'
on dev and
gem 'pg', '0.12.2'
on prod.
ruby version ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
for a tutorial app am developing.
I installed taps
gem and tried heroku db:push and this is what I got.
HTTP CODE: 500
Taps Server Error: PGError: ERROR: time zone displacement out of range: "2012-0
5-06 12:00:00.000000+5894529600"
Here is the heroku log as well. What is the solution?
FYI: db:pull works very well. I have also checked other similar posts but as of now I couldn't find the solution in any of them