You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ By default datemath return an arrow date object representing your timestamp.
87
87
>>> 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)
88
88
<Arrow [2016-01-01T01:01:01+00:00]>
89
89
>>> 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]>
91
91
```
92
92
93
93
If you would rather have a string, you can use arrow's ```.format()``` method.
0 commit comments