Index: trunk/FACT++/src/fits2sql.cc
===================================================================
--- trunk/FACT++/src/fits2sql.cc	(revision 19177)
+++ trunk/FACT++/src/fits2sql.cc	(revision 19178)
@@ -360,5 +360,8 @@
 
     if (verbose>0)
+    {
         cout << "\n-------------------------- Evaluating file -------------------------" << endl;
+        cout << "Start Time: " << Time::sql << Time(Time::local) << endl;
+    }
 
     zfits f(file.c_str(), extension.c_str());
Index: trunk/FACT++/src/root2sql.cc
===================================================================
--- trunk/FACT++/src/root2sql.cc	(revision 19177)
+++ trunk/FACT++/src/root2sql.cc	(revision 19178)
@@ -386,5 +386,8 @@
 
     if (verbose>0)
-        cout << "\n-------------------------- Evaluating file -------------------------" << endl;
+    {
+        cout << "\n-------------------------- Evaluating file -------------------------\n";
+        cout << "Start Time: " << Time::sql << Time(Time::local) << endl;
+    }
 
     TFile f(file.c_str());
Index: trunk/FACT++/src/rootifysql.cc
===================================================================
--- trunk/FACT++/src/rootifysql.cc	(revision 19177)
+++ trunk/FACT++/src/rootifysql.cc	(revision 19178)
@@ -496,5 +496,8 @@
 
     if (verbose>0)
+    {
         cout << "\n------------------------ Rootify SQL -------------------------" << endl;
+        cout << "Start Time: " << Time::sql << Time(Time::local) << endl;
+    }
 
     string query  = conf.Get<string>("query");
