in_timezone

Converts date to specified timezone.

{% assign end_date = "now" | in_timezone: "Pacific/Auckland" | date: "%Y-%m-%d" | append: "T00:00" %}

Last updated