[Pkg-privacy-commits] [torbirdy] 30/53: Set calender timezone to UTC
Ulrike Uhlig
u-guest at moszumanska.debian.org
Sat Jul 2 20:08:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to annotated tag 0.2.0
in repository torbirdy.
commit ff0bf3cad0d223342760c3d0275073f6c3bc527b
Author: Sukhbir Singh <sukhbir at torproject.org>
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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git
More information about the Pkg-privacy-commits
mailing list