Incari Studio
1.0.0
1.0.0
  • INCARI Studio Documentation
  • Getting Started
    • Minimum Requirements *
    • Installation and License *
    • Creating a Project
    • Project Objects
      • Screen
      • Scene
    • Scene Objects *
      • Camera
      • Group
      • Mesh
      • Lights
      • List Widget
      • Text
      • Web Sprite
    • Attributes
      • Common Attributes
        • Object
        • Rotation Pivot
        • Sprite
        • Transformation
      • Attribute Types
        • Boolean Attributes
        • Numerical Attributes
        • Color Attributes
        • Asset/Object Attribute
    • Interface *
      • Modules *
        • Logic Editor
        • Project Outliner
  • Toolbox
    • Date Time
      • Now (UTC)
      • System Time
      • Timezone Value
    • Flow Control
      • Branch
      • Is Equal
      • Is Greater Equal
      • Is Less Equal
      • Select Data
      • Sequential
      • Switch
      • Toggle
  • Math
    • Absolute
    • Add
    • Average
    • Boolean
      • AND
      • Negate
      • OR
    • Ceil
    • Clamp
    • Decrement
    • Divide
    • Floor
    • Increment
    • Interpolate
    • Logarithm
    • Math Constant
    • Maximum
    • Minimum
    • Modulo
    • Multiply
    • Power
    • Range Mapper
    • Root
    • Subtract
    • Trigonometry
      • Arc Cosine
      • Arc Sine
      • Arc Tangent
      • Cosine
      • Radian-Degree Converter
      • Sine
      • Tangent
Powered by GitBook
On this page
  • Overview
  • Inputs
  • Outputs
  • See Also
  • External Links

Was this helpful?

  1. Toolbox
  2. Date Time

Now (UTC)

PreviousDate TimeNextSystem Time

Last updated 3 years ago

Was this helpful?

Overview

Now (UTC) is used for getting the current (UTC), which is a standard time basis around the world, with every timezone being a relative offset of UTC.

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

External Links

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 Nodes.

on timeanddate.com.

on utctime.net.

on unixtimestamp.com.

on currentmillis.com.

DateTime
Now (UTC)
UTC - The World's Time Standard
UTC Time Offsets
Epoch Unix Time Stamp Converter
Current Millis
Coordinated Universal Time