View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#255
Originally Posted by nicolai View Post
Hi,
the same timestamp issues here.
Tweet time is always 0:0 1 jan 1st.
My timezone is GMT+2
Timeformat 24hour.
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
 

The Following User Says Thank You to nicolai For This Useful Post: