Add time_offset to support local timezone

pull/481/head
Jonathan Bennett 2024-04-05 12:00:06 -05:00 zatwierdzone przez GitHub
rodzic 6157a57237
commit 6ae27a2fbf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -180,6 +180,11 @@ message Config {
* Disables the triple-press of user button to enable or disable GPS
*/
bool disable_triple_click = 10;
/*
* Timezone offset against UTC in minutes, to support the few places with fractional offsets.
*/
int32 time_offset = 11;
}
/*