# Now (UTC)

## Overview

![](/files/-MIxaUDzgKBxpGO49HxT)

**Now (UTC)** is used for getting the current [Coordinated Universal Time](https://www.timeanddate.com/time/aboututc.html) (UTC), which is a standard time basis around the world, with every timezone being a relative offset of UTC.

The result is in Unix Time, which is the number of milliseconds since the Unix Epoch (1st January 1970). This of course isn't of much use on its own, and is therefore used in conjuction with other [**DateTime**](https://github.com/cgi-studio-gmbh/incari-doc/blob/1.4.0/logic-editor/toolbox/datetime/README.md) **Nodes**.

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

* [**Now (UTC)**](/incari-studio/master/toolbox/date-time/now-utc.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/master/toolbox/date-time/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.
