freeipa-webui icon indicating copy to clipboard operation
freeipa-webui copied to clipboard

Parse DateTimes into UTC format

Open carma12 opened this issue 1 year ago • 1 comments

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

carma12 avatar Jan 11 '24 15:01 carma12

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

miskopo avatar May 15 '24 12:05 miskopo