ProtoFlux:FromUnixSeconds: Difference between revisions

From Resonite Wiki
Created a page for the From Unix Seconds node.
 
m YoshBot moved page ProtoFlux:From Unix Seconds to ProtoFlux:FromUnixSeconds: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:20, 21 August 2025

From Unix Seconds
UnixSeconds
*
IsLocal
Time

The From Unix Seconds node takes in the Unix seconds 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 seconds given will count up from the Unix epoch.

Inputs

UnixSeconds (long)

The total Unix seconds for converting into a DateTime.

IsLocal (bool)

Should adjust for local time.

Outputs

* (DateTime)

Returns the DateTime from the Unix seconds.