[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbirdy/develop] Set calender timezone to UTC
commit ff0bf3cad0d223342760c3d0275073f6c3bc527b
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
Date: Thu May 12 17:52:40 2016 -0400
Set calender timezone to UTC
---
components/torbirdy.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index 2740c64..238c089 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -227,7 +227,6 @@ const TorBirdyPrefs = {
// The default key server should be a hidden service and this is the only known one (it's part of the normal SKS network)
"extensions.enigmail.keyserver": "hkp://qdigse2yzvuglcix.onion",
-
// Force GnuPG to use SHA512.
"extensions.enigmail.mimeHashAlgorithm": 5,
@@ -301,7 +300,9 @@ const TorBirdyPrefs = {
// Mozilla Lightning.
"calendar.useragent.extra": "",
- "calendar.timezone.local": "",
+ // We have to set a timezone otherwise the system time is used. "UTC" or
+ // "GMT" is not an option so we set it to Europe/London.
+ "calendar.timezone.local": "Europe/London",
// All preferences have been set: now enable TorBirdy.
"extensions.torbirdy.protected": true,
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits