Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

implicit-timezone

implicit-timezone

Returns the value of the implicit timezone property.

Syntax

fn:implicit-timezone()
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 defined by the implementation.

Return Value

Returns the implicit time zone as an xs:dayTimeDuration value.

Example

If the implicit time zone is UTC minus 5 hours, the following expression returns
-PT5H
as the result:
fn:implicit-timezone()

0 COMMENTS

We’d like to hear from you!