Specifies that `calendar.timezone.local` could be changed from settings
This commit is contained in:
parent
b4a7a771ec
commit
667189eedb
3
user.js
3
user.js
|
@ -1653,7 +1653,8 @@ user_pref("calendar.useragent.extra", "");
|
||||||
/* 6212: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
/* 6212: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
||||||
* By default, extensive system detection would be performed to find user's current timezone.
|
* By default, extensive system detection would be performed to find user's current timezone.
|
||||||
* Setting this preference to "UTC" should disable it.
|
* 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: ""]
|
user_pref("calendar.timezone.local", "UTC"); // [DEFAULT: ""]
|
||||||
|
|
||||||
/** RSS ***/
|
/** RSS ***/
|
||||||
|
|
Loading…
Reference in New Issue