From d08ac69af61d2b89f23318eecacb5d348af24262 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@denkbrett.intern.schottelius.org>
Date: Tue, 14 Aug 2007 14:33:22 +0200
Subject: [PATCH] Better parsable date output

---
 ccollect.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ccollect.sh b/ccollect.sh
index 367006c..260fae6 100755
--- a/ccollect.sh
+++ b/ccollect.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Nico Schottelius
-# written for SyGroup (www.sygroup.ch)
+# Initially written for SyGroup (www.sygroup.ch)
 # Date: Mon Nov 14 11:45:11 CET 2005
 # Last Modified: (See ls -l or git)
 
@@ -24,7 +24,7 @@ FULL_VERSION="ccollect $VERSION ($RELEASE)"
 # DDATE: how the user should see it in our output
 #
 CDATE="date +%Y-%m-%d-%H%M"
-DDATE="date"
+DDATE="date +%Y-%m-%d-%H:%M:%S"
 
 #
 # unset parallel execution