View Single Post
Posts: 41 | Thanked: 1 time | Joined on Jun 2010
#259
Originally Posted by nicolai View Post
You should use
QLocale::setDefault(QLocale::English);
and
QDateTime tweetDate = QLocale().toDateTime(createdAt,"ddd MMM dd HH:mm:ss yyyy");
to parse the timestring.

Twitter uses english time format
and QDateTime::fromString() uses the default system
timeformat (device locale).

regards
Nicolai
how do you use this, I see no prefs or settings in tweetgo