add offset to time zones

This commit is contained in:
Asim Aslam
2022-03-01 09:10:12 +00:00
parent 3be782ebce
commit b859145337
3 changed files with 26 additions and 13 deletions

View File

@@ -54,5 +54,7 @@ message ZoneResponse {
string localtime = 8;
// is daylight savings
bool dst = 9;
// UTC offset in hours
int32 offset = 10;
}