I use gem 'sqlite3', '1.3.5'
on dev and gem 'pg', '0.12.2'
for the product. ruby version of ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
for the training application is evolving.
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 hero βs magazine . What is the solution?
FYI: db: pull works very well. I also checked other similar messages, but at the moment I could not find a solution in any of them.
source share