blob: 9e0d42f6b19d22cf254d915f1c8cd262d278d2f5 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-347 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Ensure when casting xs:dateTime to xs:string that milli seconds are properly padded with zeros. :)
(:*******************************************************:)
xs:string(xs:dateTime("2002-02-15T21:01:23.010")) eq
"2002-02-15T21:01:23.01"