timeZone
timeZone returns the time zone for a time zone name, or the default time zone if no name is provided.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| timeZone | string | The time zone name. |
Returns
The corresponding time zone.
Show your appreciation for Deephaven by starring us on GitHub.
timeZone()
timeZone(timeZone)
println timeZone()
println timeZone("ET")