You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update to 2021e.
Prevent exceptions from being thrown by null/undefined locale settings. Treat null/undefined/empty string locale as default locale.
Add caching to speed up format parsing.
Add Timezone.getAliasesForZone() method.
Gracefully handle timezone names which may be new and known to @tubular/time, but which are not yet known to JavaScript's Intl package.
Fix z/zz formatting with Intl-unrecognized timezone names.
Add Timezone.stdRule and Timezone.dstRule accessors to get textual descriptions of a Timezone's latest rules for starting and ending DST (undefined if timezone currently does not observe DST).
Improve format access to short-form timezone names.