getDeltaTime

public final Long getDeltaTime()

Gets the time delta between the local clock and the server clock.

Use System.currentTimeMillis() - getDeltaTime() to obtain the current server time.

Return

time delta in milliseconds.