Skip to content

runners/datetime/autotests: set locale and time zone explicitly

  • Set the locale (including language and time format) to be used in the tests explicitly, otherwise parsing the queries won't work and fail with no matches when running the tests under a different locale.
  • Set the time zone to be used in the test explicitly and use UTC as the reference time zone, so that the test data is more robust.

See !309 (comment 591955) and !264 (comment 591329),

Merge request reports