ServerTimeHandler

internal interface ServerTimeHandler

Inheritors

Functions

Link copied to clipboard
abstract fun computeTimeOffset(serverTime: Long)
Link copied to clipboard
abstract fun toServerTimestamp(localTimestamp: Long = Clock.System.now().epochSeconds): Long