commit 3ea8e5d3280515d1ac15f1e7002bce05fff29ba7 Author: Sukhbir Singh sukhbir@torproject.org Date: Sun Jul 24 22:19:04 2016 -0400
Do not set the calendar timezone to UTC (it is a local setting)
This is a local setting and messes up the calendar configuration so revert back to using the system default which Thunderbird configures. --- components/torbirdy.js | 3 --- 1 file changed, 3 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js index 11015b9..6d6bd23 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -310,9 +310,6 @@ var TorBirdyPrefs = {
// Mozilla Lightning. "calendar.useragent.extra": "", - // 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",
/* Other Settings
tor-commits@lists.torproject.org