Commit 3cec789
Ace Pace
chore: update usage of datetime.now
datetime.datetime.utcnow() is deprecated, replace with tz aware function
Note this adds a user warning from numpy but this seems preferable
Signed-off-by: Ace Pace <[email protected]>1 parent 231edaa commit 3cec789
File tree
1 file changed
+1
-1
lines changed- packages/python/plotly/plotly/tests/test_io
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments