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

fix(form): support non-UTC timezone date time in VaadinDateTimePicker #2882

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

platosha
Copy link
Contributor

Existing for VaadinDateTimePickerStrategy failed when running in non-UTC timezone environment. This change addresses the bug and makes the form library tests always use a non-UTC timezone.

Existing for VaadinDateTimePickerStrategy failed when running in non-UTC timezone environment. This change addresses the bug and makes the form library tests always use a non-UTC timezone.
Copy link

sonarcloud bot commented Oct 31, 2024

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (24.5@3d096ab). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             24.5    #2882   +/-   ##
=======================================
  Coverage        ?   92.31%           
=======================================
  Files           ?       81           
  Lines           ?     2692           
  Branches        ?      688           
=======================================
  Hits            ?     2485           
  Misses          ?      156           
  Partials        ?       51           
Flag Coverage Δ
unittests 92.31% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@krissvaa krissvaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@platosha platosha merged commit a3fef9c into 24.5 Oct 31, 2024
15 checks passed
@platosha platosha deleted the fix/date-time-trim branch October 31, 2024 15:18
vaadin-bot pushed a commit that referenced this pull request Oct 31, 2024
…#2882)

Existing for VaadinDateTimePickerStrategy failed when running in non-UTC timezone environment. This change addresses the bug and makes the form library tests always use a non-UTC timezone.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants