- Timestamp:
- May 30, 2012, 9:12:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r4218 r4233 670 670 << "RINEX VERSION / TYPE\n"; 671 671 672 const QString fmtDate = (version() < 3.0) ? "dd-MMM-yy hh:mm" 673 : "yyyyMMdd hhmmss UTC"; 672 674 *_stream << QString("%1%2%3") 673 675 .arg(app->pgmName(), -20) 674 676 .arg(runBy.trimmed().left(20), -20) 675 .arg(QDateTime::currentDateTime().toUTC().toString( "yyyyMMdd hhmmss UTC"), -20)677 .arg(QDateTime::currentDateTime().toUTC().toString(fmtDate), -20) 676 678 .leftJustified(60) 677 679 << "PGM / RUN BY / DATE\n";
Note:
See TracChangeset
for help on using the changeset viewer.