-
Notifications
You must be signed in to change notification settings - Fork 57
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
EZP-31277: added server timezone offset support for ezdate widget #1185
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Steps:
- Create new CT with ezdate field. [OK, date is January 21, 2020]
- Save or Publish. [NOK, date is January 20, 2020]
(timezone set to Warsaw)
Resolved in 45fa9fc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA Approved on eZ Platform EE v2.5.8 with diff.
Could you merge it up @barw4? |
flatpickr widget will now instantiate with server's timezone offset if provided, not just be the browser's one in order to handle different timezones.
Checklist:
$ composer fix-cs
)