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