Calculate the difference between two times

is there a node that can determine the difference between a given time from and current time ? Or, should i need only a function node ?

If you can get both timestamps into unix time format, you can just subtract the more recent time from the older time to get the difference in miliseconds.

1 Like