<=> — Compares a timestamp
basetimestampObj.<=>(ts)
#<=> compares basetimestampObj with timestamp ts and returns -1 if basetimestampObj is less than ts, 0 if they are equal or 1 if ts is less than basetimestampObj.