mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Add a qDebug() statement if start date for an EDF file is zero.
This commit is contained in:
parent
21c9730888
commit
85efcace3e
@ -106,6 +106,8 @@ bool EDFParser::Parse()
|
||||
|
||||
startdate = qint64(startdate_orig.toTime_t()) * 1000L;
|
||||
//startdate-=timezoneOffset();
|
||||
if (startdate == 0)
|
||||
qDebug() << "EDFParser::Parse startdate = 0";
|
||||
|
||||
//qDebug() << startDate.toString("yyyy-MM-dd HH:mm:ss");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user