Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2362)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2363)
@@ -1,7 +1,16 @@
                                                  -*-*- END OF LINE -*-*-
+ 
+ 2003/09/26: Robert Wagner
+   * mfileio/MCT1ReadPreProc.cc
+     - provisionally pass complete event time to fTime container,
+       units are MJDs instead of seconds for the time being
+
+
 
  2003/09/25: Abelardo Moralejo
    * macros/MagicHillas.C, star.C
      - Added cast: TArrayF w(15,(Float_t*)x)  to get rid of warning.
+
+
 
  2003/09/24: Abelardo Moralejo
@@ -14,4 +23,6 @@
      - removed code containing TArrayF w(15,x) (which was commented)
        since it made no sense for CT1.
+
+
 
  2003/09/24: Wolfgang Wittek
Index: trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2362)
+++ trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2363)
@@ -905,5 +905,5 @@
     //  int   isecs_since_midday; // seconds passed since midday before sunset (JD of run start)
     //  int   isecfrac_200ns;     // fractional part of isecs_since_midday
-    fTime->SetTime(event.isecfrac_200ns, event.isecs_since_midday);
+    fTime->SetTime(event.isecfrac_200ns, event.isecs_since_midday/86400 + (Int_t)fRawRunHeader->GetMJD());
     fTime->SetReadyToSave();
 
