blob: 50672500e3acaf847f2b9475ddc4f2c0f60ac3e4 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-TimeAddDTD-1 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:36+02:00 :)
(: Purpose: Simple testing involving operator '+' between xs:time and xs:dayTimeDuration. :)
(:*******************************************************:)
xs:time("08:12:32") + xs:dayTimeDuration("P23DT09H32M59S")
eq xs:time("17:45:31")