Subject Re: time() funtion
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Sun, 24 Jul 2022 15:21:53 +0530
Newsgroups dbase.getting-started

Good Afternoon Mustansir,
> Can time() function be compared with arithmetic operators as time value?
?time()
x = time()
?type('x')
x2 = time()
?x>X2
?x<X2

Outputs

15:17:24
C
false
true

Somme Commands and their outputs.

This reveals that the result can be compared but I would not rely on this.

Suppose the date changes?

Regards
Akshat