Skip to content

v3.7.3

Choose a tag to compare

@kshetline kshetline released this 24 Oct 20:22
· 21 commits to master since this release
5475c85
  • 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.