https://bugs.kde.org/show_bug.cgi?id=411522

Méven Car <meve...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meve...@gmail.com
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |NOT A BUG

--- Comment #2 from Méven Car <meve...@gmail.com> ---
QLocale().toString(QDateTime::fromSecsSinceEpoch(time), QLocale::ShortFormat);
is used to format modificationtime so QLocal and the formatting comes from Qt's
CLDR database : http://cldr.unicode.org/
https://wiki.qt.io/Locale_Support_in_Qt_5

You can find CLDR data for es :
http://www.unicode.org/cldr/charts/28/summary/es.html

It specifies :
Time    Gregorian       Formats - Standard - Date Formats       short   M/d/yy 
d/M/yy

So this is expected behavior.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to