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