anki/pylib/rsbridge
Damien Elmes fbd91b22f5 tidy up UTC offset handling/timing calculations
- use the TimestampSecs newtype instead of raw i64s
- use FixedOffset instead of a minutes_west offset
- check localOffset each time the timing is calculated, and set it
if it's stale - even for v1.
- check for and fix missing rollover when calculating timing
- stop explicitly passing localOffset in the sync/start call
2021-01-12 21:32:56 +10:00
..
cargo update to stable pyo3 0.13 release 2020-12-23 10:08:38 +10:00
.gitignore rspy -> pylib/rsbridge 2020-11-02 15:21:12 +10:00
BUILD.bazel switch to workspace for Rust code 2020-11-24 18:41:03 +10:00
build.rs rspy -> pylib/rsbridge 2020-11-02 15:21:12 +10:00
Cargo.toml update to stable pyo3 0.13 release 2020-12-23 10:08:38 +10:00
lib.rs tidy up UTC offset handling/timing calculations 2021-01-12 21:32:56 +10:00