Engine.Locale.setDefaultTimeZone()

Signature

void setDefaultTimeZone(String tz)

Domain

action

Description

Sets the default timezone id. null sets it back to the value at JVM start.

Parameters

NameTypeDescription
tzStringThe Time Zone ID; invalid id defaults to GMT.

Returns

None.

Cautions

none