getUsesDST() method

Timezone

Syntax

<static> getUsesDST() → {boolean}

Returns

Returns true iff the device's current timezone practices daylight savings, irrespective of whether daylight savings is currently in effect.

Type:

boolean

Example

var isDstAware = hwc.getUsesDST();

Source

Timezone.js, line 568.