Converts date to specified timezone.
{% assign end_date = "now" | in_timezone: "Pacific/Auckland" | date: "%Y-%m-%d" | append: "T00:00" %}
Last updated 3 years ago