Skip to content

Fix datepicker utc-converted times.

nico requested to merge fix/datepicker_times into future/release-2.0

Local-to-UTC time conversion in Message Detective is a great idea.
But it did convert Y-m-d 22:00:00 to 10:00:00 because of a mistaken time layout (hh, to be used with am/pm, but missing it).

When using lmcc in Europe (CET), this lead message detective to search for today's messages between yesterday 10:00:00 and today 09:59:59, thus not displaying recent emails when used after 10am 🙃

This MR is a simple fix for this.

Merge request reports