> 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/utcnow.md).

# UTCNow

Command:&#x20;

`utcnow`

Syntax:

```bash
echo utcnow
```

Example:

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

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

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