Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make daysToDuration call secondsToDuration (#3322)
# Motivation We want `daysToDuration` and `secondsToDuration` to be consistent when the number of seconds is a whole number of times the number of seconds in a day. So there is no need to have 2 completely separate implementations. # Changes Make `daysToDuration` call `secondsToDuration`. # Tests Existing test coverage is good and passes. # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information