Update clock offset
Future<void> updateClockOffset(Duration offset) { return setClockOffset(offsetMs: offset.inMilliseconds); }