Now (UTC)
Last updated
Last updated
Now (UTC) is used for getting the current Coordinated Universal Time (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 Nodes.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Int | The offset from the current UTC in milliseconds. |
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. |
| Int | The current UTC, with the offset (if any) applied. |
UTC - The World's Time Standard on timeanddate.com.
UTC Time Offsets on utctime.net.
Epoch Unix Time Stamp Converter on unixtimestamp.com.
Current Millis on currentmillis.com.