# Now (UTC)

## Overview

![](/files/-MIxaUDzgKBxpGO49HxT)

**Now (UTC)** is used for getting the current [Coordinated Universal Time](https://www.timeanddate.com/time/aboututc.html) in Unix Time.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard input **Pulse**, to trigger the execution of the **Node**. |
| `Offset (ms)`     | **Int**   | The offset from the current UTC in milliseconds.                      |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard output **Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `UTC Unix (ms)`    | **Int**   | The current UTC, with the offset (if any) applied.                                                                                     |

## See Also

* [**DateTime**](/incari-studio/2021.2/toolbox/datetime.md)
* [**Timezone Value**](/incari-studio/2021.2/toolbox/datetime/timezone-value.md)

## External Links

* [*UTC - The World's Time Standard*](https://www.timeanddate.com/time/aboututc.html) on timeanddate.com.
* [*UTC Time Offsets*](https://www.utctime.net/utc-time-zone-offsets) on utctime.net.
* [*Epoch Unix Time Stamp Converter*](https://www.unixtimestamp.com/) on unixtimestamp.com.
* [*Current Millis*](https://currentmillis.com/) on currentmillis.com.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2021.2/toolbox/datetime/now-utc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
