blob: ce0867f3ca5c423b121339699193d33ee377639c [file] [log] [blame]
(:*******************************************************:)
(:Test: adjust-dateTime-to-timezone-3 :)
(:Written By: Carmelo Montanez :)
(:Date: August 10, 2005 :)
(:Test Description: Evaluates The "adjust-dateTime-to-timezone" function :)
(:as per example 3 (for this function) of the F&O specs. :)
(:*******************************************************:)
let $tz := xs:dayTimeDuration("-PT10H")
return
fn:adjust-dateTime-to-timezone(xs:dateTime("2002-03-07T10:00:00"), $tz)