Description
The fn:implicit-timezone function returns the implicit time zone as an xs:dayTimeDuration value. The implicit time zone is used in comparisons and calculations involving date and time values that do not have explicitly defined time zones. The implicit time zone is implementation-defined.
This description is © Copyright 2007, Priscilla Walmsley. It is excerpted from the book XQuery by Priscilla Walmsley, O'Reilly, 2007. For a complete explanation of this function, please refer to Appendix A of the book. Arguments and Return TypeName | Type |
return value |
xs:dayTimeDuration |
ExamplesXPath Example | Results | Explanation |
---|
implicit-timezone() |
-PT5H |
if the implicit time zone is UTC minus 5 hours (also represented as -05:00 ) |
History |
Recommended Reading:
|