mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
add offset to time zones
This commit is contained in:
@@ -54,5 +54,7 @@ message ZoneResponse {
|
||||
string localtime = 8;
|
||||
// is daylight savings
|
||||
bool dst = 9;
|
||||
// UTC offset in hours
|
||||
int32 offset = 10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user