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