dailypenn / eventsatpenn

Penn campus events aggregation website with Facebook integration
0 stars 0 forks source link

Fix calendar time zone #89

Open alexwgraves opened 6 years ago

alexwgraves commented 6 years ago

Currently this gets fucked up because of daylight savings time (March 12, 2017 and November 5, 2017). Should be an easy fix?

alexwgraves commented 6 years ago

We are already doing this in config/application.rb, but since day view is all done with jQuery, it's not using the Rails time zone. In theory, this will be resolved in #63.