It converts the date/time value from the timezone in the first parameter to the timezone of the second parameter.
{{ "2025-01-16 13:00" | timezone("Europe/Budapest", "Europe/London") }}
Result
2025-01-16 12:00
It converts the date/time value from the timezone in the first parameter to the timezone of the second parameter.
{{ "2025-01-16 13:00" | timezone("Europe/Budapest", "Europe/London") }}
2025-01-16 12:00