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 dcafd50 commit b1b145dCopy full SHA for b1b145d
README.md
@@ -154,6 +154,7 @@ from datemath import dm
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
+>>> # now = 2016-01-01 14:00:00+00:00
158
>>> dm('now+/d', roundDown=False)
159
<Arrow [2016-01-01T23:59:00+00:00]>
160
>>> dm('now/d')
0 commit comments