Changeset 4231 in ntrip
- Timestamp:
- May 30, 2012, 9:03:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxnavfile.cpp
r4230 r4231 274 274 } 275 275 276 const QString fmtDate = (version() < 3.0) ? "dd-MM-yy hh:mm" 277 : "yyyyMMdd hhmmss UTC"; 276 278 *_stream << QString("%1%2%3") 277 279 .arg(app->pgmName(), -20) 278 280 .arg(runBy.trimmed().left(20), -20) 279 .arg(QDateTime::currentDateTime().toUTC().toString( "yyyyMMdd hhmmss UTC"), -20)281 .arg(QDateTime::currentDateTime().toUTC().toString(fmtDate), -20) 280 282 .leftJustified(60) 281 283 << "PGM / RUN BY / DATE\n";
Note:
See TracChangeset
for help on using the changeset viewer.