7

The date format of the date columns is really long "Tue 12 June 2012 17:12:34 PHT". I would prefer a shorter version, e.g. 12/06/2012 or 12/06/2012 17:12. I tried to change it in Settings/Language Support or Time&Date, but did not find an option to influence the length of the date/time format. Any hint?

Filbuntu
  • 13,021
  • 37
  • 88
  • 112

2 Answers2

5

There is a vacuum for changing date format of the date columns in Ubuntu 14.04, 16.04, 18.04 and following (18.10, 19.04, 19.10, 20.04). (Neither dconf, gconf nor gsettings works, there is no date-format setting option.)
There are some workarounds, see How to show full date and time in Nautilus/Files 3.6+ list view.
Bug reports are opened on Gitlab and Bugzilla, please add your comments or help if you have the expertise as there has been no progress for years!

With other problems, e.g. Bug #1152226 “nautilus no longer remembers view per directory” and View mode setting should persistent for each directory, Nautilus is more and more user-UNfriendly and a switch to Nemo or other alternative file browser like Thunar is to consider.

ONLY Ubuntu 17.04 & 17.10 in a terminal (not in 18.04):

  • gsettings set org.gnome.nautilus.preferences date-format iso
  • gsettings set org.gnome.nautilus.preferences date-format locale
  • gsettings set org.gnome.nautilus.preferences date-format informal
    Credit goes to Pablo Bianchi, see his comment.

For Caja (Mate 17.04): See other answer

Only works up to Ubuntu 12.04, maybe 13.10 (not 14.04 and 16.04):
Install dconf-editor (available in the normal repository), navigate to:
org>gnome>nautilus>preferences>date-format, then click on the field "value" beside the date-format field and a drop-down menu appears with the three choices:

  • locale = Tue 12 June 2012 17:12:34 PHT
  • iso = 2012-06-12 17:12:34
  • informal = Today at 5:12:34 PM or Tuesday, June 12 2012 5:12:34 PM

I chose iso and am happy.

Filbuntu
  • 13,021
  • 37
  • 88
  • 112
  • 1
    Does not work in 14.04. – a06e Jun 09 '15 at 14:32
  • 1
    Does not work in 16.04. – peschü Apr 23 '17 at 17:35
  • 2
    Terminal way: gsettings set org.gnome.nautilus.preferences date-format iso. – Pablo Bianchi Feb 01 '18 at 00:34
  • 1
    @PabloBianchi does not work 19.10 xxx@yyy:~$ gsettings set org.gnome.nautilus.preferences date-format iso No such key “date-format” xxx@yyy:~$ gsettings list-keys org.gnome.nautilus.preferences search-filter-time-type <snip - date-* not there> show-image-thumbnails confirm-trash search-view thumbnail-limit mouse-back-button click-policy mouse-forward-button show-create-link show-directory-item-counts mouse-use-extra-buttons executable-text-activation show-delete-permanently fts-enabled default-folder-viewer use-experimental-views install-mime-activation – brewmanz Feb 02 '20 at 22:18
  • @brewmanz Seems related to this bug, I'm not sure if org.gtk.Settings.FileChooser date-format is related. – Pablo Bianchi Feb 03 '20 at 16:26
4

User does not need to install dconf-editor to accomplish a date format change in Nautilus. It can be done via Nautilus' Preferences.

Edit > Preferences > "Display" tab
look for the "Format" section under the "Date" heading
Chad--24216
  • 1,211