blob: 08e23ae422295d335dd26409ab080cf3bd35caef [file] [log] [blame]
(:*******************************************************:)
(:Test: adjust-dateTime-to-timezone-4 :)
(:Written By: Carmelo Montanez :)
(:Date: August 10, 2005 :)
(:Test Description: Evaluates The "adjust-dateTime-to-timezone" function :)
(:as per example 4 (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-07:00"), $tz)