mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Removed UTC calls from ResMed
This commit is contained in:
parent
020bfdc2c4
commit
1a1b6434a5
@ -79,7 +79,7 @@ bool EDFParser::Parse()
|
||||
// break;
|
||||
//serialnumber+=recordingident[i];
|
||||
//}
|
||||
QDateTime startDate=QDateTime::fromString(QString::fromAscii(header.datetime,16),"dd.MM.yyHH.mm.ss").toUTC();
|
||||
QDateTime startDate=QDateTime::fromString(QString::fromAscii(header.datetime,16),"dd.MM.yyHH.mm.ss");
|
||||
QDate d2=startDate.date();
|
||||
if (d2.year()<2000) {
|
||||
d2.setYMD(d2.year()+100,d2.month(),d2.day());
|
||||
|
Loading…
Reference in New Issue
Block a user