Index: trunk/BNC/bncrinex.cpp
===================================================================
--- trunk/BNC/bncrinex.cpp	(revision 158)
+++ trunk/BNC/bncrinex.cpp	(revision 159)
@@ -186,5 +186,5 @@
       QString line = it.next();
       if      (line.indexOf("PGM / RUN BY / DATE") != -1) {
-        QString hlp = QDate::currentDate().toString("dd-MMM-yyyy         ");
+        QString hlp = QDate::currentDate().toString("dd-MMM-yyyy").leftJustified(20, ' ', true);
         _out << _pgmName.toAscii().data() << _userName.toAscii().data() 
              << hlp.toAscii().data() << "PGM / RUN BY / DATE" << endl;
@@ -215,5 +215,5 @@
     
     _out << "     2.10           OBSERVATION DATA    G (GPS)             RINEX VERSION / TYPE" << endl;
-    QString hlp = QDate::currentDate().toString("dd-MMM-yyyy         ");
+    QString hlp = QDate::currentDate().toString("dd-MMM-yyyy").leftJustified(20, ' ', true);
     _out << _pgmName.toAscii().data() << _userName.toAscii().data() 
          << hlp.toAscii().data() << "PGM / RUN BY / DATE" << endl;
