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

Returns the adjusted time

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

Returns the adjusted time
Return to list of all modules