Replies: 5 comments
-
I may have accidentally duplicated #401, but I'll leave this here as it's a bit better explained IMO. |
Beta Was this translation helpful? Give feedback.
-
The problem goes away when I set a custom short date format in the options. Now saving defaults works, and the date picker and Send at field agree after the dates have been reinterpreted as shown above. |
Beta Was this translation helpful? Give feedback.
-
Date-time parsing/formatting has always been an issue. It seems like fixing one inconsistent behavior always somehow breaks another one 🙄. Anyway, I'm glad the custom date/time format feature seems to be working for you. Let me know if you run into any more issues. |
Beta Was this translation helpful? Give feedback.
-
It took me pretty much all day today, but I believe I both figured out the root cause of the text box and the date picker being out of sync with each other with regards to the proper date format, and figured out a fix that should work for most people. I've implemented that fix in release 10.0.5. If you'd like you can download the pre-release from there and confirm that it fixes the problem for you. In fact, I'd really appreciate it if you did that, because I'd like confirmation that the fix actually works before I post the release to addons.thunderbird.net. You can download the XPI file from the release page and then open the add-ons page in Thunderbird, click on the gear icon, select 'Install add-on from file", and browse to the downloaded XPI file. I've also documented this problem in detail and how to work around it using a custom date format for the rare cases in which the fix I just implemented doesn't do the trick. See the user guide. |
Beta Was this translation helpful? Give feedback.
-
Closing because this is fixed. |
Beta Was this translation helpful? Give feedback.
-
Steps to reproduce:
What appears to be happening is that the date picker is providing a little-endian date, like dd.MM.yyyy which is being misinterpreted as a middle-endian date, like M.dd.yyyy.
Another way to demonstrate the problem is to select a date and click the "Save these values as the defaults" button. After closing and reopening the dialog, the wrong date will be set as default.
I'm running Windows, and my system date format is yyyy-MM-dd. My more general format preference is set to "Norwegian bokmål", which I would guess might be determining the date picker format.
I've used Send later for a very long time, and the problem just appearred recently, so I suspect it's a regression in version 9.06.
Beta Was this translation helpful? Give feedback.
All reactions