We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4686c commit dcafd50Copy full SHA for dcafd50
README.md
@@ -153,7 +153,7 @@ from datemath import dm
153
# Release Notes
154
* v1.4.5 - Added roundDown functionality. Allows user to specify the default rounding for expressions such as `/d`.
155
* example - assuming the time is currently 2016-01-01 12:00:00, we should get the following
156
- ```
+```
157
>>> dm('now+/d', roundDown=False)
158
<Arrow [2016-01-01T23:59:00+00:00]>
159
>>> dm('now/d')
0 commit comments