Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Core): fix issues due to day light saving boundaries.
Fix lastOfMonthDate, toFirstOfMonth, lastOfPrevMonthDate, firstOfNextMonthDate all had issues when the date returned has a different timezone offset to the input date due to changes in day light saving. refactor(Core): moved all that had no Date.Extra module dependences to Internal2 to easy circular dependency issues. Core still exports the same api it had, but rexports from Internal2. Other modules now pull from Internal2 and not Core.
- Loading branch information