zebradog / westminster-drops-8

Digital signage content management system for Drupal 8 on Pantheon.
1 stars 1 forks source link

schedule timezone set incorrectly #10

Closed matt-cook closed 7 years ago

matt-cook commented 8 years ago

when creating event on calendar sets to current timezone in js, is then converted to Drupal timezone in database which may not be the same. Need to pull Drupal timezone into JS.

matt-schuh commented 8 years ago

Switched schedule timezone to always run in UTC. Offsets will have to be performed on the computer running the schedule.

matt-cook commented 8 years ago

Sounds good. I'll leave open till we have a chance to test.