summaryrefslogtreecommitdiffstats
path: root/util/local_database/dateconverter.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert date/time format to something that Qt understandsDenis Dzyubenko2010-04-161-0/+120
The date/time format in QLocale originate from unicode CLDR which has more format patterns that Qt understands, so when generating date for QLocale we remove unsupported patterns and convert some other to something that Qt understands. Task-number: QTBUG-9500 Reviewed-by: Thiago