Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. QDateTime ParserLeonbets::fromMsToDate(long long unixtime) {
  2.     QDateTime timestamp;
  3.     timestamp.setTime_t(unixtime);
  4.     return timestamp;
  5.     //qDebug() « timestamp.toString(Qt::SystemLocaleShortDate);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement