3

I would like to change the clock formatting from "Sep 11 5:01 PM" to display "Sunday, 11 September 2022, 5:01 PM".

The current format is:

[Mo] [dd] [(h)h]:[mm] [X]M

and I wish for it to be formatted as:

[Day], [dd] [Month] [yyyy], [hh]:[mm]:[ss] [X]M

How would I go about that?

1 Answers1

0

You can download gnome-tweaks via sudo apt install gnome-tweaks command, and set it there.

Mlocik97
  • 173
  • 1
    Thanks for your suggestion. Unfortunately, Tweaks only allows one to toggle on/off weekday and seconds and not the year, it doesn't allow for changing the order of the items, nor whether or not the full words are displayed. – losangelesnefastvs Sep 11 '22 at 22:49