Which timezone does the date function use?

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:

Is this mentioned anywhere in Shopify documentation?