getTimezoneId() method

Timezone

Syntax

<static> getTimezoneId() → {string}

Returns

Returns a string containing the current Timezone's standard name.

Type:

string

Example

var sTzId = hwc.getTimezoneId();

Source

Timezone.js, line 523.