Skip to content

Commit

Permalink
fix(Core): fix issues due to day light saving boundaries.
Browse files Browse the repository at this point in the history
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
rluiten committed Apr 9, 2017
1 parent 4a69b48 commit 516fa40
Show file tree
Hide file tree
Showing 5 changed files with 698 additions and 446 deletions.
Loading

0 comments on commit 516fa40

Please sign in to comment.