How to set a different date (non-US) format?

Board for discussions around the Epyrus mail and news client.

Moderator: athenian200

User avatar
SlySven
Apollo supporter
Apollo supporter
Posts: 31
Joined: 2018-07-07, 22:42

How to set a different date (non-US) format?

Unread post by SlySven » 2024-12-13, 02:12

Is there a setting to change the format of the date in the mail message listing (and elsewhere) so that it is something a bit more sensible to non-US users?
Screenshot_20241213_013919.png
I couldn't see a knob for it in the "Preferences".

Also - I was going to also ask if it is possible to install other dictionaries (I'm after an en_GB one) to use instead of the built-in(?) en_US one? There is a link displayed on the relevant tab in the preferences
Screenshot_20241213_015040.png
but all that does is open an empty page:
Screenshot_20241213_015311.png
This is the epyrus-2.1.3.freebsd13.2-x86_64-gtk3.tar.xz build installed on a FreeBSD 13.4-RELEASE-p2 system.

However, since I installed (well unzipped) the build in /opt I was able to get all the dictionaries I wanted by replacing the original /opt/epyrus/dictionaries directory with a symbolic link to the hunspell dictionaries I'd already installed for other purposes, by, in the /opt/epyrus directory:

Code: Select all

sudo mv dictionaries/ dictionaries_orig
sudo ln -s -i /usr/local/share/hunspell/ dictionaries
Then after a restart of Epyrus things were just fine:
Screenshot_20241213_021005.png
:D

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 36871
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: How to set a different date (non-US) format?

Unread post by Moonchild » 2024-12-13, 08:12

Epyrus picks this up from your system's regional settings.
e.g. I have my regional "short date" format set to what is standard in Sweden (ISO yyyy-mm-dd) and Epyrus dutifully displays that in my message lists.

Go into Windows Settings -> Time & language -> Region to change it
"The world will not be destroyed by those who do evil, but by those who watch them without doing anything." - Albert Einstein
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
ag0044
Moonbather
Moonbather
Posts: 68
Joined: 2012-04-28, 16:29
Location: Australia

Re: How to set a different date (non-US) format?

Unread post by ag0044 » 2024-12-13, 09:24

I had a vague recollection that there was an Thunderbird extension that may have done exactly what the OP wants.

After a bit of digging, I found this, somewhat aged (2019), extension:
https://addons.thunderbird.net/en-US/th ... dl-popular

Whether it will function with Epyrus is another matter.


Edit: Forget it, as it's "not compatible with Epyrus 2.1.3".
Usually, I'm wrong. But, sometimes, I'm right.
Usually, I'm Left. But, sometimes, I'm Right.
Usually, I'm left-handed. But, sometimes, I'm right-handed.

User avatar
SlySven
Apollo supporter
Apollo supporter
Posts: 31
Joined: 2018-07-07, 22:42

Re: How to set a different date (non-US) format?

Unread post by SlySven » 2024-12-14, 12:33

Moonchild wrote:
2024-12-13, 08:12
Epyrus picks this up from your system's regional settings.
e.g. I have my regional "short date" format set to what is standard in Sweden (ISO yyyy-mm-dd) and Epyrus dutifully displays that in my message lists.

Go into Windows Settings -> Time & language -> Region to change it
Slight issue with that - if you noticed I did mention I was talking about a FreeBSD build... ;)

My (KDE Plasma) DE does have the right (for me) settings - I'll check to see how it looks the next time I boot GNU/Linux and if that works it might give me some pointers, at a guess I suspect it is defaulting to some hard-coded USA settings because it can't see them in the place it expects:
Screenshot_20241214_123006.png

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 36871
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: How to set a different date (non-US) format?

Unread post by Moonchild » 2024-12-14, 13:01

Sorry, I didn't notice that it was FreeBSD, I just glanced at the scaled-down screenshots and it looked like Windows with a dark theme so i assumed it was Windows. My mistake.
I don't know on FreeBSD but assumed it's similarly linked to the system format; if not then I don't know how to help you.
"The world will not be destroyed by those who do evil, but by those who watch them without doing anything." - Albert Einstein
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
SlySven
Apollo supporter
Apollo supporter
Posts: 31
Joined: 2018-07-07, 22:42

Re: How to set a different date (non-US) format?

Unread post by SlySven » 2024-12-14, 22:30

Okay, I've just done a GNU/Linux install on another PC and Epyrus is showing the appropriate date format on that OS with the same (AFAICT) DE.
Screenshot_20241214_222931.png
So it seems likely that how the Linux build gets that information (from the KDE DE) is not working for FreeBSD.

User avatar
Veit Kannegieser
Apollo supporter
Apollo supporter
Posts: 36
Joined: 2019-03-23, 19:16

Re: How to set a different date (non-US) format?

Unread post by Veit Kannegieser » 2024-12-16, 21:25

SlySven wrote:
2024-12-14, 22:30
So it seems likely that how the Linux build gets that information (from the KDE DE) is not working for FreeBSD.
There it usually a thing connected with the C library.
I regularly patch /usr/share/i18n/locales/de_DE for things like d_fmt from "%d.%m.%Y" to "%Y-%m-%d" and run locale-gen.

Post Reply