Open zWarMob opened 1 year ago
The class hms can not be compared with strings
hms
hms(0,0,0) == "00:00:00" #> [1] TRUE
hms(0,0,0) == "00:00:00" #> [1] FALSE
Description
The class
hms
can not be compared with strings108
Expected behavior
Actual behavior