summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsvalidator/files/dateTime-with-microseconds.xml
Commit message (Collapse)AuthorAgeFilesLines
* QXmlPatterns QAbstractDateTime: only parse 3 digits of time fractionPeter Hartmann2010-08-051-0/+1
the XML Schema dateTime type allows for an unlimited precision of fractial time values; this fails for 4 or more digits when creating a QTime. This patch takes only 3 digits of the time fraction into account, since we cannot store more in a QTime or QDateTime anyway. Reviewed-by: Olivier Goffart Task-number: QTBUG-11559