change offset to tz definition

pull/480/head
Thomas Göttgens 2024-04-07 14:48:07 +02:00
rodzic 6ae27a2fbf
commit 6a4da15a16
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -182,9 +182,9 @@ message Config {
bool disable_triple_click = 10;
/*
* Timezone offset against UTC in minutes, to support the few places with fractional offsets.
* POSIX Timezone definition string from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv.
*/
int32 time_offset = 11;
string tzdef = 11;
}
/*