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