RMC Server Info Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for server time information.
(1) RequestServerInfo
Request
Empty request.
Response
(2) GetServerLocalTime
Request
Empty request.
Response
(3) GetServerGMTime
Request
Empty request.
Response
(4) GetServerTime
Request
Empty request.
Response
(5) GetServerUTCTime
Request
Empty request.
Response
Type |
Name |
Double |
_utcTime |
Types
GR5_TimeInfo
Type |
Name |
Uint32 |
u32Year |
Uint32 |
u32Month |
Uint32 |
u32Day |
Uint32 |
u32Hour |
Uint32 |
u32Minute |
Uint32 |
u32Second |
Uint32 |
u32Weekday |
Uint32 |
u32Yearday |
Int32 |
i32DST |
GR5_TimeZoneInfo
Type |
Name |
String |
szTimeZone |
String |
szDstTimeZone |
Int32 |
i32DST |