now - Liquid Filter Reference
On this page
Description
Returns a timestamp for the current date and time for the given timezone
| Property | Value |
|---|---|
| Return Type | string |
| Category | dates |
Examples
```liquid
{{ “Australia/Sydney” | now }} ```
Output: 2021-07-01T09:00:00+10:00
```liquid
{{ “Unknown/Timezone” | now }} ```
Output: Invalid Timezone: Unknown/Timezone
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.