[Bug 29546] Out-of-range date values

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29546

Abel Braaksma <abel.braaksma@xs4all.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abel.braaksma@xs4all.nl

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
> xs:date("-0012-12-03-05:00") castable as xs:date
I don't see how that can return false, because the constructor is called first,
raising an exception (FODT0001) before it can test whether the returned date is
castable.

Unless you mean that a processor may shortcut this expression, when "seeing"
that there is an xs:date constructor function, it is always castable as
xs:date? Though I think such shortcut is not allowed here, as it would mean
that you can get different results.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 2 April 2016 15:51:18 UTC