timeZoneAliasAdd
The timeZoneAliasAdd method adds a new time zone alias.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| alias | String | The new alias name. |
| timeZone | String | The ZoneId name. |
Show your appreciation for Deephaven by starring us on GitHub.
The timeZoneAliasAdd method adds a new time zone alias.
| Parameter | Type | Description |
|---|---|---|
| alias | String | The new alias name. |
| timeZone | String | The ZoneId name. |
timeZoneAliasAdd(alias, timeZone)
timeZoneAliasAdd("PTR", "America/Puerto_Rico")
println timeZone("PTR")