Merge pull request #1408 from ketan/patch-1
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled

Improve the timezone documentation
This commit is contained in:
rcarteraz 2024-08-31 00:16:36 -07:00 committed by GitHub
commit a888c1e8e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ Disabling this will disable the SerialConsole by not initializing the StreamAPI.
The `tzdef` setting allows the local offset to be defined for the device. It uses the TZ Database format to display the correct local time on the device display and in its logs.
To set the timezone, use the POSIX TZ Database string for the relevant region. Here is a list of [supported timezones](https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv).
To set the timezone, use the POSIX TZ Database string for the relevant region. Here is a list of [supported timezones](https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv). For example, if your region is `America/Los_Angeles`, you would input `PST8PDT,M3.2.0,M11.1.0` as the timezone.
## Debug Log