Timezone
<static> isDstActiveAtGivenTime( date ) → {boolean}
| Name | Type | Description |
| date | Date | Date at which to determine whether daylight savings is in effect. |
Returns true iff daylight savings rules are in effect at the given time in the current timezone.
Type:
boolean
var isAwareAtTime = hwc.isDstActiveAtGivenTime(date);