Engine.Locale.setDefaultTimeZone()

Signature

void setDefaultTimeZone(String tz)

Domain

ACTION, BUI

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

TypeDescription
void

Cautions

none