Skip to content

Commit b715364

Browse files
committed
README update
1 parent fefc815 commit b715364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ By default datemath return an arrow date object representing your timestamp.
8787
>>> dm(1451610061) # Timestamp in epoch/unix as int (Please note, we do not support epoch millisecond at this time. Please convert your epoch millis to the nearest second. i.e. 1451610061000/1000)
8888
<Arrow [2016-01-01T01:01:01+00:00]>
8989
>>> dm('1451610061') # Timestamp in epoch/unix as string
90-
<Arrow [2013-05-07T04:24:24+00:00]>
90+
<Arrow [2016-01-01T01:01:01+00:00]>
9191
```
9292

9393
If you would rather have a string, you can use arrow's ```.format()``` method.

0 commit comments

Comments
 (0)