Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.software.thunderbird > #16823
| From | Frank Miller <miller@posteo.ee> |
|---|---|
| Newsgroups | alt.comp.software.thunderbird |
| Subject | Re: Date format for calendar events. [SOLVED] |
| Date | 2025-06-03 01:29 +0200 |
| Organization | Tschorkauer Zwetschgen-Pressen-Museum |
| Message-ID | <683E33CF.5070509@backwurst.de> (permalink) |
| References | <101l883$3i33g$1@dont-email.me> <101lb5v$3iqqn$1@dont-email.me> |
Alan K. wrote:
> On 6/2/25 6:22 PM, Alan K. wrote:
>> I'm lost. I have two profiles on my laptop. One has my userchrome.css one doesn't.
>> The one with it, shows dates like 04:45 PM
>> The one without it, shows date like 4:45 PM
>>
>> Now you're going to say that it's something in my CSS, but I've renamed that file so it
>> won't kick in, and no change.
>>
>> I found in prefs.js, user_pref("calendar.date.format", 1);
>> but both are set that way too.
>>
>> They are both on the same system, same user, so it's not like I'm running one in en_US and
>> the other in en_GB or something that might have a diff date format.
>> I looked in settings and they are both set for short form date.
>>
>> I'm lost, anyone have any good ideas.
>
> Wow, what a hidden setting.
> intl.date_time.pattern_override.time_short
> it was set hh:mm a 2 digit hour
> setting it to h:mm a 1 digit hour and it works. Make a note folks.
Yep, info is here: https://support.mozilla.org/en-US/kb/customize-date-time-formats-thunderbird
Besides this it shouldn'd have to do with userChrome.css. If ever it
*could* be a setting in the userContent.css, because it is content - not
chrome.
(And mark the correct upper and lower case spelling of these files.)
Whatever.. if you want to pin this down you can add it to your user.js
file:
user_pref("intl.date_time.pattern_override.time_short", "h:mm a");
Back to alt.comp.software.thunderbird | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Date format for calendar events. "Alan K." <alan@invalid.com> - 2025-06-02 18:22 -0400
Re: Date format for calendar events. [SOLVED] "Alan K." <alan@invalid.com> - 2025-06-02 19:13 -0400
Re: Date format for calendar events. [SOLVED] Frank Miller <miller@posteo.ee> - 2025-06-03 01:29 +0200
Re: Date format for calendar events. [SOLVED] "Alan K." <alan@invalid.com> - 2025-06-02 23:24 -0400
csiph-web