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-dateTime-to-timezone($date-time as xs:dateTime?) xs:dateTime?
Adjusts the xs:dateTime value $date-time to the implicit timezone of the current locale.
$date-timeThe date-time

Returns the adjusted date-time

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

Returns the adjusted date-time
Return to list of all modules