sem:timezone-string

sem:timezone-string(
   $value as xs:dateTime
) as xs:string

Summary

Returns the timezone of an xs:dateTime value as a string. This XQuery function backs up the SPARQL TZ() function.

This function is a built-in.

Parameters
value The dateTime value

Example

sem:timezone-string(fn:current-dateTime())
=>
-08:00
Powered by MarkLogic Server | Terms of Use | Privacy Policy