From 667189eedb75e752eeef28510fbce1a8614555cd Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 7 Nov 2020 19:19:32 +0100 Subject: [PATCH] Specifies that `calendar.timezone.local` could be changed from settings --- user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index bdb7e86..5d603e0 100644 --- a/user.js +++ b/user.js @@ -1653,7 +1653,8 @@ user_pref("calendar.useragent.extra", ""); /* 6212: Set calendar timezone to avoid system detection [SETUP-INSTALL] * By default, extensive system detection would be performed to find user's current timezone. * Setting this preference to "UTC" should disable it. - * You may also directly set it to your timezone, i.e. "Pacific/Fakaofo" ***/ + * You may also directly set it to your timezone, i.e. "Pacific/Fakaofo" + * [SETTING] Edit>Preferences>Calendar>Calendar>Timezone ***/ user_pref("calendar.timezone.local", "UTC"); // [DEFAULT: ""] /** RSS ***/