Skip to content

Commit b1b145d

Browse files
committed
README update
1 parent dcafd50 commit b1b145d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ from datemath import dm
154154
* v1.4.5 - Added roundDown functionality. Allows user to specify the default rounding for expressions such as `/d`.
155155
* example - assuming the time is currently 2016-01-01 12:00:00, we should get the following
156156
```
157+
>>> # now = 2016-01-01 14:00:00+00:00
157158
>>> dm('now+/d', roundDown=False)
158159
<Arrow [2016-01-01T23:59:00+00:00]>
159160
>>> dm('now/d')

0 commit comments

Comments
 (0)