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.