ProtoFlux:FromUnixMilliseconds

From Resonite Wiki
Revision as of 00:20, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:From Unix Milliseconds to ProtoFlux:FromUnixMilliseconds: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
From Unix Milliseconds
UnixMilliseconds
*
IsLocal
Time

The From Unix Milliseconds node takes in the Unix milliseconds and then converts it into a DateTime, along with an option to offset it to make it a local DateTime (based on your time zone). The amount of milliseconds given will count up from the Unix epoch.

Inputs

UnixMilliseconds (long)

The total Unix milliseconds for converting into a DateTime.

IsLocal (bool)

Should adjust for local time.

Outputs

* (DateTime)

Returns the DateTime from the Unix milliseconds.