blob: 31f070e3f0ed7bd305a505265014627aa7abb5e2 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-DateTimeFunc-18 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Invoke fn:dateTime() with the first value's timezone being canonical UTC('Z'). :)
(:*******************************************************:)
dateTime(xs:date("2004-03-04"),
xs:time("08:05:23Z"))
eq
xs:dateTime("2004-03-04T08:05:23Z")