Changeset 1157 in ntrip
- Timestamp:
- Oct 7, 2008, 1:22:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncmain.cpp ΒΆ
r1156 r1157 173 173 174 174 app._currentDateAndTimeGPS = 175 new QDateTime(QDate::fromString(dateString), 176 QTime::fromString(timeString), Qt::UTC); 175 new QDateTime(QDate::fromString(dateString, Qt::ISODate), 176 QTime::fromString(timeString, Qt::ISODate), Qt::UTC); 177 178 cout << app._currentDateAndTimeGPS->toString().toAscii().data() << endl; 177 179 178 180 bncGetThread* getThread = new bncGetThread(fileName, format);
Note:
See TracChangeset
for help on using the changeset viewer.