implicit-timezone function
The fn:implicit-timezone function returns the implicit time zone value of PT0S, which is of type xs:dayTimeDuration. The value PT0S indicates that UTC is the implicit time zone.
Syntax
Returned value
The returned value is PT0S, which is UTC represented by the type xs:dayTimeDuration.
Example
The following function returns xdt:dayTimeDuration("PT0S"):
fn:implicit-timezone()