I am used to XFCE in various distributions, but thought I would try Ubuntu with GNOME for a change and to understand why so many people use it.
Frustratingly, I cannot find out how to change the date and time formatting to my preference. This is extremely simple in XFCE, but apparently not so much in Ubuntu with GNOME. In XFCE my time and date settings would be %A %d %B %Y %H:%M:%S (%Z)
, which would yield Monday 05 February 2024 13:13:43 (GMT)
. There are very limited options in the settings menu but my preferred formatting is not offered.
Is there a way to load this in the latest version of Ubuntu with GNOME (23.10)? Google searches only seem to offer the limited settings options.
%A %d %B %Y %H:%M:%S (%Z)
) inside thedconf
command and you should have the time and date format that you desire. – BeastOfCaerbannog Feb 09 '24 at 20:42