Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3369)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3370)
@@ -525,5 +525,5 @@
       out.setRealNumberNotation(QTextStream::FixedNotation);
       out.setRealNumberPrecision(3);  
-      out << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss")
+      out << resTime.datestr().c_str() << " " << resTime.timestr().c_str()
           << " Maximum Residuum " << maxRes << ' '
           << llInfo[maxResIndex-1];
@@ -549,5 +549,6 @@
         }
       }
-      out << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toAscii().data();
+      out << resTime.datestr().c_str() << " " 
+          << resTime.timestr().c_str() << " ";
       out.setRealNumberNotation(QTextStream::FixedNotation);
       out.setFieldWidth(8);
@@ -555,4 +556,5 @@
       out << pp->toString() << " "
           << pp->xx << " +- " << sqrt(_QQ(pp->index,pp->index)) << endl;
+      out.setFieldWidth(0);
     }
   }
@@ -584,9 +586,11 @@
       eph->position(resTime.gpsw(), resTime.gpssec(), xx, yy, zz, cc);
 
-      out << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toAscii().data();
+      out << resTime.datestr().c_str() << " " 
+          << resTime.timestr().c_str() << " ";
       out.setFieldWidth(3);
       out << "Full Clock " << corr->prn << " " << corr->iod << " ";
       out.setFieldWidth(14);
       out << (cc + corr->dClk) * t_CST::c << endl;
+      out.setFieldWidth(0);
     }
     else {
