A RESTful browser for eXist Java-Based Function Modules


http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions

adjust-date-to-timezone($date as xs:date?) xs:date?
Adjusts the xs:date value $date to the implicit timezone of the current locale.
$dateThe date

Returns the adjusted date

adjust-date-to-timezone($date as xs:date?, $duration as xdt:dayTimeDuration?) xs:date?
Adjusts the xs:date value $date to a specific timezone, or to no timezone at all. If $duration is the empty sequence, returns an xs:date without a timezone.
$dateThe date
$durationThe duration

Returns the adjusted date
Return to list of all modules