setTime

abstract suspend fun setTime(at: Instant? = null): AdminResult<Unit>(source)

Set the device's wall clock to at (default: Clock.System.now()).

If RadioClient.Builder.autoSyncTimeOnConnect is enabled, the engine calls this once after handshake when the device clock skew exceeds 60 s.