Timezone
<static> getLocalizedTime( date ) → {string}
| Name | Type | Description |
| date | Date | Date to be localized, initialized to some valid time. |
Returns a localized time string, or undefined if platform is unsupported.
Type:
string
var sT = hwc.getLocalizedTime( date );