I have written a function comp(time1, time2)
which will return True
when time1
is less than time2
. I have a scenario where time1
should always be less than time2
. I need time1
to have the least possible value (i.e. represent the earliest possible moment). How can I get this time?