Index: /trunk/BNC/bncapp.cpp
===================================================================
--- /trunk/BNC/bncapp.cpp	(revision 900)
+++ /trunk/BNC/bncapp.cpp	(revision 901)
@@ -198,9 +198,9 @@
     wwOld  = (*ee)->GPSWeek;
     towOld = (*ee)->GPSTOW; 
-    updatetime(&wwOld, &towOld, (*ee)->tb*1000, 1);
+    updatetime(&wwOld, &towOld, (*ee)->tb*1000, 0);
 
     wwNew  = glonasseph->GPSWeek;
     towNew = glonasseph->GPSTOW; 
-    updatetime(&wwNew, &towNew, glonasseph->tb*1000, 1);
+    updatetime(&wwNew, &towNew, glonasseph->tb*1000, 0);
   }
 
@@ -482,5 +482,5 @@
   struct converttimeinfo cti;
 
-  updatetime(&ww, &tow, ep->tb*1000, 1);
+  updatetime(&ww, &tow, ep->tb*1000, 0);
   converttime(&cti, ww, tow);
 
Index: /trunk/BNS/bnseph.cpp
===================================================================
--- /trunk/BNS/bnseph.cpp	(revision 900)
+++ /trunk/BNS/bnseph.cpp	(revision 901)
@@ -297,6 +297,7 @@
   // Initialize status vector
   // ------------------------
-  static const double gps_utc = 14.0;
-  _tt = _GPSweeks + gps_utc;
+  ////  static const double gps_utc = 14.0;
+  _tt = _GPSweeks;
+  //// _tt = _GPSweeks + gps_utc;
 
   _xv(1) = _x_pos * 1.e3; 
