?
datetime-compare
Summary​
Determines the order of two ISO 8601 datetimes
Description​
Returns integer 1 if first datetime is later than the second and integer -1 for vice versa. If the two datetimes are equal integer 0 is returned.
Fields​
datetime​
The first ISO 8601 datetime.
to_datetime​
The second ISO 8601 datetime.
Helpful?