- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 21 Jul 2005 22:41:32 +0000
- To: public-qt-comments@w3.org
- Cc:
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