Skip to content
Snippets Groups Projects
Unverified Commit 5632c98f authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Improve documentation for adding datetime and timedelta (gh-95403) (gh-95409)

parent b9b70dd4
No related branches found
No related tags found
No related merge requests found
......@@ -581,8 +581,8 @@ Supported operations:
+-------------------------------+----------------------------------------------+
| Operation | Result |
+===============================+==============================================+
| ``date2 = date1 + timedelta`` | *date2* is ``timedelta.days`` days removed |
| | from *date1*. (1) |
| ``date2 = date1 + timedelta`` | *date2* will be ``timedelta.days`` days |
| | after *date1*. (1) |
+-------------------------------+----------------------------------------------+
| ``date2 = date1 - timedelta`` | Computes *date2* such that ``date2 + |
| | timedelta == date1``. (2) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment