From: Benjamin Mako Hill Date: Sat, 12 Apr 2014 02:53:18 +0000 (-0700) Subject: collapse datetime into a single header X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/c41704df5969d350317465fabdfa3012150073db collapse datetime into a single header It's already a single field. --- diff --git a/wikiq.cpp b/wikiq.cpp index 18259ea..ea82f3a 100644 --- a/wikiq.cpp +++ b/wikiq.cpp @@ -635,7 +635,7 @@ main(int argc, char *argv[]) cout << "title" << "\t" << "articleid" << "\t" << "revid" << "\t" - << "date" << " " + << "date" << "_" << "time" << "\t" << "anon" << "\t" << "editor" << "\t"