Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: change ordering of balancing operations in Temporal.Durati…
…on.prototype.round If we balance the bigger units before the smaller ones, then we never properly balance the days that are added from balancing units up to day length. Changing the order of operations ensures proper balancing of all units. There is also no more need for the call to MoveRelativeZonedDateTime() in the end of the method, so it's been removed. Closes: #2508 UPSTREAM_COMMIT=36746e5ef8da4688237c195e51c8081e3304ab0f
- Loading branch information