We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Which timezone does the date function use?

Solved

Which timezone does the date function use?

Adliaz
Shopify Partner
11 1 3

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.

Accepted Solution (1)

FabianGenell
Shopify Partner
4 1 3

This is an accepted solution.

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

 

Screenshot 2024-05-28 at 11.40.20.png

View solution in original post

Replies 2 (2)

FabianGenell
Shopify Partner
4 1 3

This is an accepted solution.

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

 

Screenshot 2024-05-28 at 11.40.20.png

Adliaz
Shopify Partner
11 1 3

Is this mentioned anywhere in Shopify documentation?