Commit 5b6d4fd
journal: use datetime.timestamp() instead of int-float-stftime-dance
datetime.timestamp() will already return the time as a float, so returning it
as a string and parsing that back to a float can be omitted.1 parent 8f12291 commit 5b6d4fd
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
| 290 | + | |
297 | 291 | | |
298 | 292 | | |
299 | 293 | | |
| |||
0 commit comments