Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.software.thunderbird > #16821 > unrolled thread
| Started by | "Alan K." <alan@invalid.com> |
|---|---|
| First post | 2025-06-02 18:22 -0400 |
| Last post | 2025-06-02 23:24 -0400 |
| Articles | 4 — 2 participants |
Back to article view | Back to alt.comp.software.thunderbird
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
| From | "Alan K." <alan@invalid.com> |
|---|---|
| Date | 2025-06-02 18:22 -0400 |
| Subject | Date format for calendar events. |
| Message-ID | <101l883$3i33g$1@dont-email.me> |
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.
--
Linux Mint 22.1, Cinnamon 6.4.8, Kernel 6.8.0-60-generic
Thunderbird 128.10.2esr, Mozilla Firefox 139.0
Alan K.
[toc] | [next] | [standalone]
| From | "Alan K." <alan@invalid.com> |
|---|---|
| Date | 2025-06-02 19:13 -0400 |
| Subject | Re: Date format for calendar events. [SOLVED] |
| Message-ID | <101lb5v$3iqqn$1@dont-email.me> |
| In reply to | #16821 |
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.
--
Linux Mint 22.1, Cinnamon 6.4.8, Kernel 6.8.0-60-generic
Thunderbird 128.10.2esr, Mozilla Firefox 139.0
Alan K.
[toc] | [prev] | [next] | [standalone]
| From | Frank Miller <miller@posteo.ee> |
|---|---|
| Date | 2025-06-03 01:29 +0200 |
| Subject | Re: Date format for calendar events. [SOLVED] |
| Message-ID | <683E33CF.5070509@backwurst.de> |
| In reply to | #16822 |
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");
[toc] | [prev] | [next] | [standalone]
| From | "Alan K." <alan@invalid.com> |
|---|---|
| Date | 2025-06-02 23:24 -0400 |
| Subject | Re: Date format for calendar events. [SOLVED] |
| Message-ID | <101lpso$3pb43$1@dont-email.me> |
| In reply to | #16823 |
On 6/2/25 7:29 PM, Frank Miller wrote:
> 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");
I have a few others in that user.js file. Some of those that always elude you.
Thanks.
--
Linux Mint 22.1, Cinnamon 6.4.8, Kernel 6.8.0-60-generic
Thunderbird 128.10.2esr, Mozilla Firefox 139.0
Alan K.
[toc] | [prev] | [standalone]
Back to top | Article view | alt.comp.software.thunderbird
csiph-web