Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support events with UTC timezones #30

Open
jafonseca opened this issue Nov 10, 2017 · 1 comment
Open

Support events with UTC timezones #30

jafonseca opened this issue Nov 10, 2017 · 1 comment

Comments

@jafonseca
Copy link

The property timezone needs to be changed from Boolean to String to allow setting a custom value. FullCalendar supports storing events in UTC and rendering in users local timezone by setting timezone: "local".

File: scheduler-component.html
151: timezone: String,

Currently only the default setting of "false" is supported and setting the Boolean to "true" has no impact.

See: https://fullcalendar.io/docs/timezone/timezone/

@HaithemMosbahi
Copy link
Owner

Hi,
Thank you for rising this issue. You're right the timezone property needs to be changed.
I will make the needed changes and publish a new version as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants