Jupitor$ bundle exec rake db:create db:migrate APP_development already exists rake aborted! PG::Error: ERROR: invalid value for parameter \"TimeZone\": \"UTC\" : SET ti
In my case restarting the database didn't help. Updating tzdata (apt-get install tzdata) did the trick for me.
apt-get install tzdata