Index: /trunk/BNC/rinex/rnxnavfile.cpp
===================================================================
--- /trunk/BNC/rinex/rnxnavfile.cpp	(revision 4230)
+++ /trunk/BNC/rinex/rnxnavfile.cpp	(revision 4231)
@@ -274,8 +274,10 @@
   }
 
+  const QString fmtDate = (version() < 3.0) ? "dd-MM-yy hh:mm"
+                                            : "yyyyMMdd hhmmss UTC";
   *_stream << QString("%1%2%3")
     .arg(app->pgmName(), -20)
     .arg(runBy.trimmed().left(20), -20)
-    .arg(QDateTime::currentDateTime().toUTC().toString("yyyyMMdd hhmmss UTC"), -20)
+    .arg(QDateTime::currentDateTime().toUTC().toString(fmtDate), -20)
     .leftJustified(60)
            << "PGM / RUN BY / DATE\n";
