Skip to content

common: time-editor: Fix initial AM/PM label value

We set AM/PM label on format change in init(), but we shall not have set the time in the editor in init() which results in wrong label if the time is PM.

Fix it by updating clock label after time changes

Merge request reports