Index: /trunk/BNC/rinex/rnxobsfile.cpp
===================================================================
--- /trunk/BNC/rinex/rnxobsfile.cpp	(revision 3719)
+++ /trunk/BNC/rinex/rnxobsfile.cpp	(revision 3720)
@@ -342,5 +342,5 @@
     double sec;
     in >> year >> month >> day >> hour >> min >> sec;
-    _currEpo.tt.set(hour, min, sec, day, month, year);
+    _currEpo.tt.set(year, month, day, hour, min, sec);
 
     // Number of Satellites
@@ -417,5 +417,5 @@
       year += 1900;
     }
-    _currEpo.tt.set(hour, min, sec, day, month, year);
+    _currEpo.tt.set(year, month, day, hour, min, sec);
 
     // Number of Satellites
