Created a page for the To Unix Milliseconds node. |
m YoshBot moved page ProtoFlux:To Unix Milliseconds to ProtoFlux:ToUnixMilliseconds: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:37, 21 August 2025
To Unix Milliseconds
Time
The To Unix Milliseconds
node takes in a DateTime and returns with the amount of milliseconds elapsed from that DateTime since January 1st, 1970.
Inputs
DateTime (DateTime)
The DateTime to compare against the start of Unix time.
Outputs
* (long)
Returns the number in milliseconds between the two points in time (the DateTime provided and the Unix Epoch) represented as a long.