-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Pick up wrong timezone #244
Comments
It takes the times from the form. Timezone issues are apparent, and I will hopefully have an option for this in v3.0.0+. |
Thank you for the swift reply! |
Yes, for now, it does pick the values correctly from the form, so you will get what they have selected. You will need to convert it on your end for storage. |
As you see, it is 1 hour later than the values on the form. I think it is because of BST and GMT. Right? |
Yes, that will be the issue. I will be adding better support for this moving forward into v3.0.0. |
When I update an event:
The plugin picks up wrong timezone or it does not get the times from the form.
The text was updated successfully, but these errors were encountered: