mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 19:50:45 +00:00
Jimbo, try this
This commit is contained in:
parent
bd78ed091e
commit
020bfdc2c4
@ -288,7 +288,7 @@ Day *Machine::AddSession(Session *s,Profile *p)
|
|||||||
//qDebug("Adding Profile Day %s",dstr.toAscii().data());
|
//qDebug("Adding Profile Day %s",dstr.toAscii().data());
|
||||||
day[date]=new Day(this);
|
day[date]=new Day(this);
|
||||||
// Add this Day record to profile
|
// 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");
|
qDebug() << "New day: " << d.toString("yyyy-MM-dd HH:mm:ss");
|
||||||
p->AddDay(d.date(),day[date],m_type);
|
p->AddDay(d.date(),day[date],m_type);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user