lightning should not have a time zone preference (but use system setting)
Categories
(Calendar :: Preferences, defect)
Tracking
(Not tracked)
People
(Reporter: joe, Unassigned)
References
(Depends on 2 open bugs)
Details
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment 4•13 years ago
|
||
Reporter | ||
Comment 5•13 years ago
|
||
Updated•11 years ago
|
Comment 6•7 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•4 years ago
|
Comment 7•4 years ago
|
||
I just missed a meeting due to this confusion, as my sleep-deprived brain forgot that i had to manually fiddle with the Calendar Preferences to update them after the system time was adjusted.
So it would be great to see some progress on this.
The simplest possible improvement:
- if
calendar.timezone.local
is unset, then use the default system-specific value, as discovered at thunderbird startup. - include "Use System Timezone" at the top of the dropdown list in the GUI preferences editor's Calendar tab; when it is selected, unset
calendar.timezone.local
(or use a checkbox/disabling option, as recommended by Phillip in comment #1
This wouldn't update in realtime, but it would help those of us who do correctly set the TZ and restart Thunderbird when traveling.
With this setup, people who prefer the current behavior can still keep it, while those of us whose machines maintain the system TZ correctly just need to restart Thunderbird.
From there, we can work on the tz detection updates
Comment 8•4 years ago
|
||
(In reply to Daniel Kahn Gillmor from comment #7)
- if
calendar.timezone.local
is unset, then use the default system-specific value, as discovered at thunderbird startup.
This has already been implemented in bug 1158733, and is available in current beta releases.
Updated•3 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
I think it's strictly not a duplicate.
Now that we do support system timezone, we should drop the possibility to set it manually. Outside of possibly troubleshooting scenarios, that doesn't seem very useful. It's only means it easy to get into the confused state, as comment 7 shows.
The dependencies of this bug needs to be looked at though.
Updated•2 years ago
|
Comment 11•2 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #10)
I think it's strictly not a duplicate.
Now that we do support system timezone, we should drop the possibility to set it manually. Outside of possibly troubleshooting scenarios, that doesn't seem very useful. It's only means it easy to get into the confused state, as comment 7 shows.
The dependencies of this bug needs to be looked at though.
There are some cases(linux distros that don't support our method of getting the system time zone, I think) where the pref is still needed. But I agree we could hide it in most cases.
But, we should probably wait until the system timezone stuff has been in ESR for a while as people may be frustrated if it doesn't work and they have to manually enter things into calendar.timezone.local.
Updated•2 years ago
|
Description
•