blob: 1a315440e7184eafcc7a38e817e3ecafa6722961 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-343 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Ensure casting xs:dateTime to xs:string, with timezone '+00:00' is properly handled. :)
(:*******************************************************:)
xs:string(xs:dateTime("1999-12-01T23:59:12.432+00:00")) eq
"1999-12-01T23:59:12.432Z"