dakala / fullcalendar

Fork of Fullcalendar Drupal 8 module
3 stars 9 forks source link

Timezone support #20

Closed nalipaz closed 6 years ago

nalipaz commented 7 years ago

Hi, I have been using this version of the Drupal module on the latest 8.2 version of Drupal with success for the most part. I am using a datarange field in my view, which does render across the correct days.

I am however seeing an issue with timezone support from what I can tell. Perhaps it is yet to be implemented, however I also tried just setting Drupal.settings.fullcalendar.timezone = 'America/Los_Angeles'; to see if it made any difference by being passed to the fullcalendar library. However, the library is still rendering as UTC from what I can see. Any ideas on how to get timezones working?!