- Timestamp:
- Oct 7, 2008, 1:22:51 PM (17 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/bncmain.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/bncmain.cppr1156 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.
  
