blob: f394a0d815f79c6bce0f124fd8facd84c9eaa9f5 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-822 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:dateTime to xs:dateTime is allowed and should always succeed. :)
(:*******************************************************:)
xs:dateTime("2002-10-10T12:00:00-05:00") cast as xs:dateTime
eq
xs:dateTime("2002-10-10T12:00:00-05:00")