Index: trunk/BNC/bncrinex.cpp
===================================================================
--- trunk/BNC/bncrinex.cpp	(revision 352)
+++ trunk/BNC/bncrinex.cpp	(revision 353)
@@ -436,5 +436,7 @@
   }
 
-  _out << datTim.toString(" yy MM dd hh mm ss.zzz0000").toAscii().data()
+  double sec = double(datTim.time().second()) + fmod(fObs->GPSWeeks,1.0);
+  _out << datTim.toString(" yy MM dd hh mm ").toAscii().data()
+       << setw(10) << setprecision(7) << sec
        << "  " << 0 << setw(3)  << dumpList.size();
 
