?
time-compare
Summary​
Determines the order of two ISO 8601 datetimes only considering the time of day
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​
time​
The first ISO 8601 datetime.
to_time​
The second ISO 8601 datetime.
Helpful?