[Bug 1568] [F+O] Unnecessary assumption in example

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1568





------- Additional Comments From ashok.malhotra@oracle.com  2005-07-21 22:41 -------
I'm afraid I disagree.  Look at the first example:

op:time-less-than(xs:time("12:00:00"), xs:time("23:00:00+06:00")) returns false.

This returns 'false' as the two times are equal based on the implicit timezone
value of -05:00.  If the implicit timezone was, say, -04:00 the result would be
'true'.

Received on Thursday, 21 July 2005 22:41:35 UTC