Date Fns Timezone Versions Save

Parsing and formatting date strings using IANA time zones for date-fns.

v0.1.4

5 years ago

0.1.4 (2018-10-10)

Bug Fixes

  • Upgrade timezone-support to fix compatibility with IE (6b583fb)

v0.1.3

5 years ago

0.1.3 (2018-10-07)

Bug Fixes

  • Create separate TypeScript typings for every dist module (9f42ceb)

v0.1.2

5 years ago

0.1.2 (2018-10-07)

Bug Fixes

  • Accept number and string as date input in formatToTimeZone like in other functions (abe59f6)
  • Add type declarations for TypeScript (3b58480)

v0.1.1

5 years ago

0.1.1 (2018-09-26)

Bug Fixes

  • Upgrade timezone-support (21a52b1)

v0.1.0

5 years ago

0.1.0 (2018-09-19)

Bug Fixes

  • Upgrade dependencies to support Node.js 6 (0238b6d)

Features

  • Add parseString method to supply missing date string parsing in date-fns, if the time zone is not given from outside (9fc80de)