Index: /trunk/DataCheck/Sourcefile.sh
===================================================================
--- /trunk/DataCheck/Sourcefile.sh	(revision 18469)
+++ /trunk/DataCheck/Sourcefile.sh	(revision 18470)
@@ -524,8 +524,8 @@
       +[1-9])
          # get next n nights
-         printprocesslog "DEBUG getdates - get the next "$1" days."
+         printprocesslog "DEBUG getdates - get the next "$1" days (incl today)."
          for (( numdates=1 ; numdates <= $1 ; numdates++ ))
          do 
-            numhours=`echo " 12 + ( $numdates - 1 ) * 24 " | bc -l`
+            numhours=`echo " 0 + ( $numdates - 1 ) * 24 " | bc -l`
             dates=( ${dates[@]} `date +%Y/%m/%d --date="+"$numhours"hour"` )
          done
