From 003fd8af2876052cbc77307fc0c0da7301e0e989 Mon Sep 17 00:00:00 2001 From: rjwats Date: Fri, 12 Jun 2020 18:47:20 +0100 Subject: [PATCH] Fix broken path in README (#150) * Fix broken path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d780ccc..6f49ea4 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ It is recommended that you change the user credentials from their defaults bette ### Customizing the factory time zone setting -Changing factory time zone setting is a common requirement. This requires a little effort because the time zone name and POSIX format are stored as separate values for the moment. The time zone names and POSIX formats are contained in the UI code in [TZ.ts](interface/src/ntp/TZ.ts). Take the appropriate pair of values from there, for example, for Los Angeles you would use: +Changing factory time zone setting is a common requirement. This requires a little effort because the time zone name and POSIX format are stored as separate values for the moment. The time zone names and POSIX formats are contained in the UI code in [TZ.tsx](interface/src/ntp/TZ.tsx). Take the appropriate pair of values from there, for example, for Los Angeles you would use: ```ini -D FACTORY_NTP_TIME_ZONE_LABEL=\"America/Los_Angeles\"