Calendar doesn't respect "Date and Time Formatting" date format
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(thunderbird_esr102+ fixed, thunderbird103 fixed)
People
(Reporter: Paenglab, Assigned: darktrojan)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr102+
|
Details | Review |
I use a en-US Daily. In the settings I can set underDate and Time Formatting
if I want the Application locale
or the Regional settings locale
. TB follows on all elements this setting. Only Calendar stays on the en-US date with AM/PM.
Updated•3 years ago
|
Comment 1•3 years ago
•
|
||
TB 91 seems to work correctly. Alice, can you find a regression range here? Just use TB on a non-en-US system and check how the dates are displayed. In the calendar I see "AM/PM" being used which is not the case elsewhere in the UI.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Might be bug 1752130
Comment 3•3 years ago
|
||
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=cb7d30458f015c912dba6b2df00d0eca892d2dd7&tochange=ad3ce437ca0d810c077628ea08d50f2afda8b5d6
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=4937cd54a336deaa0d1e44e21a310f3fbd863a76&tochange=ddc6b48554dc442c7eaf9b87e13e58ecc9485b16
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Overall the fix for bug 1752130 appears to be wrong and should just be backed out. Dates/Times are formatted according to the Application Locale or Regional Settings Locale depending on which setting is chosen. Strings in the UI are taken from the application Locale. So if the user uses an English version of TB and regional settings for French, then unavoidably there will be "Day" together with "février" ("February"). Apparently the wording in the date picker/matrix follows the application locale showing "February".
The idea behind the design was that people can use an en-US version of the application and at the same time enjoy their local date/time formatting, for example according to en-AU or en-GB rules.
Comment 5•3 years ago
|
||
proactively assigning
Comment 6•3 years ago
|
||
https://github.com/Betterbird/thunderbird-patches/blob/main/102/bugs/backout-bug-1752130-for-causing-bug-1758739-date-format.patch
Not a straight backout since bug 1749011 got in the way on calDateTimeFormatter.jsm. BTW, bug 1749011 should be closed, otherwise it will wait for bug 1749459 (P3/S3) for a long time.
Comment hidden (metoo) |
Comment hidden (metoo) |
Comment hidden (metoo) |
Assignee | ||
Comment 11•3 years ago
|
||
Okay, yeah, this is dumb but it doesn't need several people repeating the same information.
Assignee | ||
Comment 12•3 years ago
|
||
Essentially a backout of https://hg.mozilla.org/comm-central/rev/28f648f37dd1 which I never should've wasted my time on in the first place.
Updated•3 years ago
|
Comment 13•3 years ago
•
|
||
Thanks, Geoff! r=BenB, FWIW
Assignee | ||
Updated•3 years ago
|
Comment 14•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/2ee5a46c3f61
Back out changes of bug 1752130. r=#thunderbird-reviewers,BenB
Assignee | ||
Comment 16•3 years ago
|
||
Comment on attachment 9284415 [details]
Bug 1758739 - Back out changes of bug 1752130. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1752130
User impact if declined: Users get strings in the application language whether they want them or not
Testing completed (on c-c, etc.): 6 days
Risk to taking this patch (and alternatives if risky): This is just the old behaviour, so no.
Comment 18•2 years ago
|
||
Comment on attachment 9284415 [details]
Bug 1758739 - Back out changes of bug 1752130. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 19•2 years ago
|
||
bugherder uplift |
Thunderbird 103.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/3a0d84e16b12
Assignee | ||
Comment 20•2 years ago
|
||
Comment on attachment 9284415 [details]
Bug 1758739 - Back out changes of bug 1752130. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1752130
User impact if declined: Users get strings in the application language whether they want them or not
Testing completed (on c-c, etc.): In 103 b6
Risk to taking this patch (and alternatives if risky): This is just the old behaviour, so no.
Comment 21•2 years ago
|
||
Comment on attachment 9284415 [details]
Bug 1758739 - Back out changes of bug 1752130. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr102
Comment 22•2 years ago
|
||
bugherder uplift |
Thunderbird 102.1.1:
https://hg.mozilla.org/releases/comm-esr102/rev/e457ecf5df66
Description
•