timeZoneAliasAdd
The timeZoneAliasAdd
method adds a new time zone alias.
Syntax
timeZoneAliasAdd(alias, timeZone)
Parameters
Parameter | Type | Description |
---|---|---|
alias | String | The new alias name. |
timeZone | String | The ZoneId name. |
Examples
timeZoneAliasAdd("PTR", "America/Puerto_Rico")
println timeZone("PTR")
- Log