Application Integration
- Application Integration
- All Products
fn:adjust-dateTime-to-timezone(arg, timezone)
Argument
| Required/
Optional
| Description
|
---|---|---|
arg
| Required
| The dateTime value that is to be adjusted.
The dateTime-value is of type xs:dateTime or is an empty sequence.
|
timezone
| Optional
| A duration that represents the time zone to which dateTime-value is to be adjusted.
|
Examples
| Return Values
|
---|---|
| 2023-02-15T17:00:00-07:00
|
| 2023-02-15T13:00:00-07:00
|
| 2023-02-15T17:00:00
|
| 2023-02-15T17:00:00
|
| 2023-02-14T21:00:00-07:00
|
Examples
| Return Values
|
---|---|
| 2023-02-15T17:00:00-05:00
|
| 2023-02-15T15:00:00-05:00
|