mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
change offset to tz definition
This commit is contained in:
parent
6ae27a2fbf
commit
6a4da15a16
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue