![]() |
2010-07-26
, 17:42
|
Posts: 134 |
Thanked: 46 times |
Joined on Jun 2010
@ Russia,Moscow
|
#251
|
![]() |
2010-07-26
, 18:00
|
|
Posts: 553 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#252
|
![]() |
2010-07-27
, 19:01
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2010
|
#253
|
Time issues:
Some people had this issues. Are you using 12h or 24h format?
![]() |
2010-07-28
, 09:57
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#254
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-07-28
, 23:38
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#255
|
Hi,
the same timestamp issues here.
Tweet time is always 0:0 1 jan 1st.
My timezone is GMT+2
Timeformat 24hour.
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-07-30
, 14:33
|
Posts: 90 |
Thanked: 5 times |
Joined on May 2010
|
#257
|
![]() |
2010-07-31
, 03:33
|
|
Posts: 55 |
Thanked: 8 times |
Joined on Mar 2010
@ UK
|
#258
|
![]() |
2010-08-02
, 17:22
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#259
|
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
![]() |
2010-08-04
, 18:11
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#260
|