Changeset 4233 in ntrip for trunk/BNC/rinex/rnxobsfile.cpp


Ignore:
Timestamp:
May 30, 2012, 9:12:37 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.cpp

    r4218 r4233  
    670670           << "RINEX VERSION / TYPE\n";
    671671
     672  const QString fmtDate = (version() < 3.0) ? "dd-MMM-yy hh:mm"
     673                                            : "yyyyMMdd hhmmss UTC";
    672674  *_stream << QString("%1%2%3")
    673675    .arg(app->pgmName(), -20)
    674676    .arg(runBy.trimmed().left(20), -20)
    675     .arg(QDateTime::currentDateTime().toUTC().toString("yyyyMMdd hhmmss UTC"), -20)
     677    .arg(QDateTime::currentDateTime().toUTC().toString(fmtDate), -20)
    676678    .leftJustified(60)
    677679           << "PGM / RUN BY / DATE\n";
Note: See TracChangeset for help on using the changeset viewer.