diff options
| author | Sukhbir Singh <sukhbir@torproject.org> | 2016-07-24 22:19:04 -0400 |
|---|---|---|
| committer | Sukhbir Singh <sukhbir@torproject.org> | 2016-07-24 22:19:04 -0400 |
| commit | 3ea8e5d3280515d1ac15f1e7002bce05fff29ba7 (patch) | |
| tree | ba3c2d7cf21fa087b8260376df49e49dbaf0c320 | |
| parent | b2f6a45bdfebe71072bd9c791a92383ecc087dc2 (diff) | |
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.
| -rw-r--r-- | components/torbirdy.js | 3 |
1 files changed, 0 insertions, 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 |
