SyncTime¶
Namespace: ChannelToClient · Opcode: 0x0025 (37)
Channel-to-client one-shot server-time snapshot sent during the post-auth burst. Body is a single float server-time on the client-relative timeline (seconds since the channel connection was accepted). The client uses this to seed its local clock before the periodic Sync heartbeat exchange takes over.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
ServerTime |
float |
— | Server time on the client's timeline, as a 32-bit IEEE 754 float (seconds since the connection started). |