> For the complete documentation index, see [llms.txt](https://docs.zirkul.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zirkul.com/zirkul-agent/command-reference/now.md).

# Now

Command:&#x20;

`now`

Syntax:

```bash
echo now
```

Example:

<pre class="language-bash"><code class="lang-bash">echo now
2024-07-10 16:34:23

<strong>var my_date = now
</strong>echo my_date
2024-07-10 16:34:23

var my_date = now
echo 'The current date is {{my_date}}'
The current date is 2024-07-10 16:34:23
</code></pre>
