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