Time is off by one hour when adding new event A
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
People
(Reporter: arnauld, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Since last update, running TB 78.9.0 (64-bit), when I add a new event in TB (Linux Manjaro xfce) a wrong time is set.
Actual results:
I choose a starter time for the event, 5PM, but on the monthly calendar tab it shows 6PM.
I use a user-overrides.js: https://arnauld.org/zerobin/?ff0873e8c21c32ed#9RXhYVueV838ivwbCwFrCgRuijeY7Fn7o2BbeS2m6zng
Screenshots: https://wtf.roflcopter.fr/pics/9sSAWmGx/MMOUNKMl.png and https://wtf.roflcopter.fr/pics/iVwfRtjR/Io7YDMsf.png and https://wtf.roflcopter.fr/pics/KBm0VVgl/MTO65xTM.png
Screen record : https://arnauld.org/jirafeau/f.php?h=2wXeG-kG
It happens each time I create a new event in TB using a remote calendar on Nextcloud.
Expected results:
The time in the calendar should be the same shown on the tab and inside the event.
Comment 1•5 years ago
|
||
Which timezones are set where (applications, operating systems, etc)?
(In reply to Andre Klapper from comment #1)
Which timezones are set where (applications, operating systems, etc)?
In TB calendar is set to Europe/Paris
On my computer (Manjaro xfce) running TB timezone is set to Europe/Paris
On my server running Nextcloud timezone is also Europe/Paris
When adding an event from my phone or directly in the agenda in Nextcloud I have no problems.
When starting TB in safe mode then adding a new event (8 am) everything seems ok...except that when hovering the event with the mouse pointer it adds an hour to the event (now 9am), please, see screenshot: https://pic.infini.fr/clqgsl1T/OYby0AEj.png
If I create an event in Nextcloud agenda (11am to 12am) then open TB, the event shows the correct time (month view tab) but incorrectly when opening the event, screenshot: https://i.imgur.com/KpKeT6j.png
But if I switch to week view, for the same event created in Nextcloud above (I didn't change anything) then the event is at 10am except when hovering with the mouse pointer that shows 11am, screenshot: https://i.imgur.com/UNMu9j8.png
Comment 5•5 years ago
•
|
||
FYI, I tested on Windows 10 with TB 78.9.0 (64-bit) and no timing issues seems to appear either with the event time selector when editing or via mouse over an existing event in the calendar. I use Europe/London timezone for all: computer os, tb calendar, caldav calendar... so that could suggest an issue with TB on Linux or particular environment...
@Arnauld, have you tried:
- without user-overrides.js?
- in a new profile?
- to check if there are any errors appearing in the console (CTRL+SHIFT+J) when you select the time with selector in the event edit window?
Comment 6•5 years ago
|
||
(In reply to arnauld from comment #3)
When starting TB in safe mode then adding a new event (8 am) everything seems ok...except that when hovering the event with the mouse pointer it adds an hour to the event (now 9am), please, see screenshot: https://pic.infini.fr/clqgsl1T/OYby0AEj.png
This also suggest a possible interference from add-on... you could try to setup a new profile without add-on installed at all... see if the issue reproduce or not?
@Richard Leger
I will try what you suggest in a few days, I don't have time now...sorry.
Comment 8•5 years ago
|
||
You could also try using the developer tools to see what is being sent between Thunderbird and the server. That would narrow it down.
To do this go to Tools > Developer Tools > Developer Toolbox. Open the Network tab and clear any existing requests, then create a new event. You should see a PUT request which is the item being sent to the server, followed by a REPORT request which retrieves the same item from the server. Compare the payloads of the two requests and see if the server changed anything, or if what was sent to the server was already wrong.
Are you possibly using the "Resist Fingerprinting" feature as that places you in the UTC timezone (assuming this works on TB as well)?
https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting
Description
•