Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
封存

After update date/time format wrong and cannot change

DutchJohn replied
DutchJohn

After accidental change to Thunderbird 140.0.1esr (64-bit) all date/time display changed to American format (7/16/2025, 12:55 PM) where it used to be the settings of my machine (Win10 64 bit, language English, region Netherlands): short date dd-MM-yyyy long date ddddd dd-MM-yyyy short time HH:mm long time HH:mm:ss I tried overriding the setting using the config editor and inserted ntl.date_time.pattern_override.date_short and ntl.date_time.pattern_override.time_short, restarted TB which promptly lost the new settings (not saved). Also the Message List Display Options defaults to Cards view after restart, even after changing to Table view.

Please help!

After accidental change to Thunderbird 140.0.1esr (64-bit) all date/time display changed to American format (7/16/2025, 12:55 PM) where it used to be the settings of my machine (Win10 64 bit, language English, region Netherlands): short date dd-MM-yyyy long date ddddd dd-MM-yyyy short time HH:mm long time HH:mm:ss I tried overriding the setting using the config editor and inserted '''ntl.date_time.pattern_override.date_short''' and '''ntl.date_time.pattern_override.time_short''', restarted TB which promptly lost the new settings (not saved). Also the Message List Display Options defaults to Cards view after restart, even after changing to Table view. Please help!

所有回覆 (1)

Since TB refused to accept any config changes I started searching for the file(s) where such changes might be saved, and found the prefs.js. This file turned out to be read-only and not containing the settings I wanted. While TB was down I made the file editable and inserted user_pref("intl.regional_prefs.use_os_locales", true);. After starting TB all problems seemed to be solved, and strangely enough, the file was made read-only again. For now the problem is solved, but what is the use of a config-editor if it ignores changes without any warning that changes cannot be saved?