--- uloganalyzer/uloganalyzer.cpp 2008/12/02 18:08:19 123 +++ uloganalyzer/uloganalyzer.cpp 2008/12/02 18:16:42 124 @@ -67,7 +67,9 @@ } //print date and time - cout << words[0] << " " << words[1] << " " << words[2] << " "; + cout << words[0] << " "; //month + cout << setw(2) << words[1] << " " ; //day min width 2 + cout << words[2] << " "; //timestamp for (unsigned i=3; i