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

Bugfix: Date Picker server-time offset refactor #1601

Merged
merged 2 commits into from Apr 15, 2024

Conversation

leekelleher
Copy link
Member

Description

Refactors the Date Picker property-editor and input. The server-time offset has been deemed no longer required, as the underlying value is stored in UTC format.

Also fixed a bug where the value wasn't being wired up and persisted to the server.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Deemed to be no longer required.
Removes the server time offset functionality.
Wires up the `value` and handles UTC timezone correction.
@leekelleher leekelleher merged commit 6ebb841 into main Apr 15, 2024
8 checks passed
@leekelleher leekelleher deleted the bugfix/date-picker-refactor branch April 15, 2024 11:13
@leekelleher leekelleher mentioned this pull request Apr 15, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants