-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Fix documentation on ZDT add/subtract order of operations
The documentation incorrectly stated that the order of operations for subtraction is in reverse. That is not what we do and also not what RFC 5545 says. The correct thing is to always do the calendar math first, then the exact time math. Fix the text, and also deduplicate it from subtract(), replacing it with a reference to add(). Closes: #2358
- Loading branch information
Showing
1 changed file
with
3 additions
and
22 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