Issue 1660: ignoreTimeZone doesn't work
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by burton...@gmail.com, Jan 2, 2013
I'm using Heroku to host a Rails app using Fullcalendar.  I have ignoreTimeZone set to true.  If I drag from 1pm to 2pm, and create a new event, the record gets created correctly.  But, it displays 7 hours earlier when the fullcalendar refreshes.  If I change ingnoreTimeZone to false, I get the same results.

Jan 2, 2013
#2 burton...@gmail.com
Here is an example of one event's start time:
Rails displays: 2013-01-03 8:00 AM
postgreSQL shows: "2013-01-03 08:00:00"
But, Fullcalendar displays it starting at: 1.00 am
Jan 2, 2013
#3 burton...@gmail.com
Figured it out --- I had to run this command for Heroku:
heroku config:add TZ=America/Denver
Aug 21, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done