Bruno, it seems that you can't make the difference of a date/time with
another greater.
In the second example, the correct expression is test2 - test1

Giuseppe




> -----Messaggio originale-----
> Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di
> Bruno G. Albuquerque
> Inviato: mercoledì 24 marzo 2004 14.14
> A: [EMAIL PROTECTED]
> Oggetto: [REBOL] Date math bug?
> 
> 
> >> test1: 24-Mar-2004/00:00:01-3:00
> == 24-Mar-2004/0:00:01-3:00
> >> test2: 23-Mar-2004/00:00:02-3:00
> == 23-Mar-2004/0:00:02-3:00
> >> probe test1 - test2
> 1
> == 1
> >> test1: now
> == 24-Mar-2004/10:11:04-3:00
> >> test2: now
> == 24-Mar-2004/10:11:09-3:00
> >> probe test1 - test2
> 0
> == 0
> 
> Am I missing something?
> 
> -Bruno
> 
> 
> 
> --
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.




-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to