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