Use QLocale::toDateTime() for parsing the date instead of QDateTime::fromString(...
commit095da560bb97e7a7ffa48c830772bf77e61514ca
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Tue, 15 Dec 2009 21:58:07 +0000 (15 21:58 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Tue, 15 Dec 2009 21:58:07 +0000 (15 21:58 +0000)
treeea18b80758d3f984849454dc9f096a809c3c3155
parent516a464811b408d401a0e4a8f7022fa8119da80c
Use QLocale::toDateTime() for parsing the date instead of QDateTime::fromString(). Fixes server timestamps not parsed correctly on systems with a non-english locale.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24017 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/base/httpget.cpp