# 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>
