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

Parse DateTimes into UTC format #253

Open
carma12 opened this issue Jan 11, 2024 · 1 comment
Open

Parse DateTimes into UTC format #253

carma12 opened this issue Jan 11, 2024 · 1 comment

Comments

@carma12
Copy link
Collaborator

carma12 commented Jan 11, 2024

The dates from the DateTimeSelector component must be parsed into UTC format to replicate the same behavior as in the current WebUI.

@miskopo
Copy link
Member

miskopo commented May 15, 2024

Notable unexpected behaviour related to datetime parsing.

When entering time exceeding 24hrs (i.e. 98:45), on time input field blur (unfocus), this value is corrected to 02:45 (98 - 4*24hrs) and the date field is advanced by 4 days (which were substracted by the time).

This is all done onBlur, before Save button is pressed.

Kooha-2024-05-15-14-49-08

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