{"title":"now - Liquid Filter Reference","slug":"now-filter-reference","url":"https://support.storeconnect.com/articles/now-filter-reference","url_markdown":"https://support.storeconnect.com/articles/now-filter-reference.md","subtitle":null,"summary":"Returns the current date and time as a timestamp in the specified timezone. Pass a valid timezone string to get a localised result.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, now, dates, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReturns a timestamp for the current date and time for the given timezone\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | dates |\n\n## Examples\n\n\n```liquid\n\n{{ \"Australia/Sydney\" | now }}\n```\n\n\n**Output:** `2021-07-01T09:00:00+10:00`\n\n\n```liquid\n\n{{ \"Unknown/Timezone\" | now }}\n```\n\n\n**Output:** `Invalid Timezone: Unknown/Timezone`"}