Jimbo, try this

This commit is contained in:
Mark Watkins 2011-07-03 15:20:17 +10:00
parent bd78ed091e
commit 020bfdc2c4

View File

@ -288,7 +288,7 @@ Day *Machine::AddSession(Session *s,Profile *p)
//qDebug("Adding Profile Day %s",dstr.toAscii().data());
day[date]=new Day(this);
// Add this Day record to profile
QDateTime d=QDateTime::fromMSecsSinceEpoch(date).toUTC();
QDateTime d=QDateTime::fromMSecsSinceEpoch(date);
qDebug() << "New day: " << d.toString("yyyy-MM-dd HH:mm:ss");
p->AddDay(d.date(),day[date],m_type);
}