iamkun / dayjs

⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
https://day.js.org
MIT License
47.06k stars 2.31k forks source link

Fix: performance issue in tz plugin #2753

Open ikeyan opened 1 month ago

ikeyan commented 1 month ago

In this PR, I have improved the performance of the timezone plugin. I didn't adopt the previous PR #2019 because it contained a breaking change and it introduced a bug. I also shrunk the tz plugin after gzip from 1110bytes to 991bytes.

The changes are summarized below: