Skip to content

runners/datetime: add '>' and '->' as recognized keywords to convert between time zones

This is mostly to fix the problem that a natural language word like "in" doesn't work syntactically for many languages other than English. See the discussion in the i18n mailing list. Add ">" and "->" as language agnostic symbols to specify the time zones to convert between, in analogy to how it's already done in the unit conversion runner.

Usage example: 18:00 WET > EET

Merge request reports