Index: trunk/FACT++/src/dataLogger.cc
===================================================================
--- trunk/FACT++/src/dataLogger.cc	(revision 10420)
+++ trunk/FACT++/src/dataLogger.cc	(revision 10421)
@@ -650,5 +650,5 @@
 	//construct the header
 	std::stringstream header;
-	Time cTime((time_t)(I->getTimestamp()), I->getTimestampMillisecs());
+	Time cTime(I->getTimestamp(), I->getTimestampMillisecs()*1000);
 	fQuality = I->getQuality();
 	fMjD = cTime.Mjd();
@@ -1175,10 +1175,10 @@
 {
     cout <<
-        name << " - FACT++ 1.0\n"
+        name << " - "PACKAGE_STRING"\n"
         "\n"
-        "Written by Thomas Bretz <thomas.bretz@epfl.ch> et al.\n"
+        "Written by Thomas Bretz et al.\n"
         "\n"
-        "Report bugs to Thomas Bretz <thomas.bretz@epfl.ch>\n"
-        "FACT++ home page: http://www.xxx.com\n"
+        "Report bugs to <"PACKAGE_BUGREPORT">\n"
+        "Home page: "PACKAGE_URL"\n"
         "\n"
         "Copyright (C) 2011 by the FACT Collaboration.\n"
