dissent icon indicating copy to clipboard operation
dissent copied to clipboard

Date uses US format

Open jernejs opened this issue 2 years ago • 1 comments

Right now gtkcord4 seems to use US date format (MM/DD/YY) – can this be changed to use the system locale (or add a config option)?

jernejs avatar May 14 '23 10:05 jernejs

I would expect GLib to use the system locale for dates older than a week. It's using %X %x for GLib's strftime, so that should work for any locale, I think.

There is an i18n API to change this at runtime, but I don't think it's working right now.

diamondburned avatar May 14 '23 23:05 diamondburned