Set Time Sync Event
data class SetTimeSyncEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val unit: String, val timeStamps: String) : SessionEvent
Represents an event describing a time synchronization point. The format for remote time is date +%s%N (Unix cli utility) or System.currentTimeMillis().