-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ZonedDateTime.until() and since() in polyfill
Note that the DifferenceZonedDateTime abstract operation is not final: there is one edge case that is broken in the polyfill, which is that the since() method needs to use `this` as the relative date for rounding. There is a test for that which is skipped. A follow-up commit will fix this case and add spec text for the algorithm. Co-authored-by: Justin Grant <[email protected]> See: #569
- Loading branch information
Showing
4 changed files
with
1,294 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.