Specifies that calendar.timezone.local could be changed from settings

This commit is contained in:
Samuel FORESTIER 2020-11-07 19:19:32 +01:00
parent b4a7a771ec
commit 667189eedb

View File

@ -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 ***/