Releases: chouseknecht/angular-tz-extensions
Releases · chouseknecht/angular-tz-extensions
0.3.12
0.3.11
update package.json entry point
Latest updates
In getLocal method it is possible that jstz may return null for the local timezone name, if it can't make a determination. In that case we now default the name to 'America/New_York' to stop a javascript error in the call to resolve method.
In resolve method we now test for empty/null/undefined name prior to attempting to split the value. Calling .split on null results in a JS error.
0.3.9
Forked permanently. Updated documentation. Changed name. Fixed packaging.