Which timezone does the date function use?

Topic summary

The question concerns which timezone the Liquid `{{ \

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

I’m trying to figure out which time zone is used for {{ “now” | date: “%Y-%m-%d %H:%M” }} on Liquid. Is it based on time zone set in store or browser? I want to make sure the promo I’m running will end at the same time regardless of location.

In the store settings you can set the timezone, this is the timezone used by liquid:

1 Like

Is this mentioned anywhere in Shopify documentation?