GNOME Bugzilla – Bug 698363
date format in Nautilus's Modified column doesn't match format in GtkFileChooser
Last modified: 2015-07-04 05:12:59 UTC
I'm running Nautilus from git master and GTK 3.8.0. The Modified column in Nautilus shows a time ("06:18"), a month/day ("Apr 11") or a month/day/year ("Nov 21 2012"). The Modified column in the GtkFileChooser uses a different format: it shows a time ("06:18"), a recent day of the week ("Yesterday at 15:30" or "Wednesday") or a month/day/year in a different format ("04/12/2013"). Nautilus and GtkFileChooser should display dates/times in the same way, and using the same code path so that these formats will stay in sync with any future changes.
I suggest moving the date formatting code into GLib somewhere and calling it from both GTK and Nautilus. I think it would be nice to use the same format in gitg, by the way (see bug 699196).
For consistency, I think Epiphany should also use the same format; see bug 699522. I think this is yet another reason to move this formatting into GLib.
Any news on this?
Also, the date format does not seem to be properly localized, at least for pt_BR. For example, it says "Out 3" when it should say "3 Out" or even "3 de Out".
The time column is now more similar to nautilus.