@override Future<Timestamp> sync([DateTime? localTime]) async { _offset = await NTP.getNtpOffset(); _synced = true; return now(localTime); }