Skip to content

runners/datetime: check all possible locales when matching query for time specification

... instead of only trying with the system locale's time format, so that e.g. "7:00 PM" will produce a match even when the user's region formats the time as "19:00". This makes sense to have because oftentimes when you'd convert from a remote time zone you'll also have the input time in a remote format.

Screenshot_2023-03-06_02-45-51

Screenshot_2023-03-06_02-47-32

As a little bonus, this adds a simple way to convert from remote to local time format (eg 12 hour to 24 hour format).

Screenshot_2023-03-06_02-54-19

BUG: 466899

Edited by Natalie Clarius

Merge request reports