The Thunderbird Lightning extension shows the time on the left side of the Week
and Day
views as shown here...
I would like the time to show 2 different time zones (e.g. local time and Pacific Time) as shown here...
Is there a configuration parameter to do this? Is there another extension which can tweak this? If not, how do I hack the Thunderbird extension to do this?
For reference, Outlook has this functionality. Also, this answer shows how to hack the Lightning extension.
I didn't solve the problem for the general case. I simply caused the time to be displayed in the current time zone and the previous hour to be displayed. In my case, the current time zone is USA Mountain time and the previous hour ends up being USA Pacific time.
The file
calendar-multiday-view.xml
in the following jar file must be edited while Thunderbird is not running.The method
makeTimeBox()
must be changed as indicated by comments:Add the following method after
makeTimeBox()
.Remove the following line which appears a few lines below
makeTimeBox()
Change the following line...
... to be ...
About 25 lines lower, replace the following lines...
... to be ...