Commit eceb0b8
committed
Fix resetting service start time on session change.
We're expecting a Unix timestamp here, not a JS one.
In general, timestamps are a bit of a mess - the original Timing71 was
written in Python and used Unix timestamps exclusively (so all prior
recordings also use Unix timestamps). Some parts of the JS rewrite use
JS timestamps and others use Unix timestamps. Some sort of rationality
would be nice...1 parent b70e55c commit eceb0b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments