Hello,
I need to get time of a specific timezone.
I found the Liquid filter in_time_zone but it seems that it doesn’t work on Shopify.
{{ assign dt = 'now' | in_time_zone: 'America/New_York' | date: '%H:%M' }}
Can someone help ?
Thank.
Hello,
I need to get time of a specific timezone.
I found the Liquid filter in_time_zone but it seems that it doesn’t work on Shopify.
{{ assign dt = 'now' | in_time_zone: 'America/New_York' | date: '%H:%M' }}
Can someone help ?
Thank.