blob: 22a2059b92108f35efad3b1a82cb203b876769dc [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-350 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Ensure when casting xs:dateTime to xs:string that a milli seconds part of '110' is handled properly. :)
(:*******************************************************:)
xs:string(xs:dateTime("2002-02-15T21:01:23.110")) eq
"2002-02-15T21:01:23.11"