GTG date format should follow locale
Bug #515042 reported by
Luca Invernizzi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTG |
Fix Released
|
Wishlist
|
Izidor Matušov |
Bug Description
Robert Zelnik wrote:
"Hi, thanks for GTG, it's great. I would suggest to incorporate a date formatting preference set by the user, or, even better, to follow the user's locale settings.
For your info:
http://
Related branches
Changed in gtg: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
milestone: | none → 0.3 |
description: | updated |
tags: | removed: prefs-dialog |
Changed in gtg: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I don't think it's possible to follow the user's locale setting, because there is no unambiguous 1:1 mapping between locales and date formats. For example, read the first paragraph under the subheading "Date" at http:// en.wikipedia. org/wiki/ Date_and_ time_notation_ by_country# Canada
Another reference is the gedit "Date" plugin, code for which is here: git.gnome. org/browse/ gedit/tree/ plugins/ time/gedit- time-plugin. c
http://
...they seem to provide a number of options in a drop-down, and default to ISO 8601.