diff -uNr a/date_views/includes/date_views_argument_handler_simple.inc b/date_views/includes/date_views_argument_handler_simple.inc
--- a/date_views/includes/date_views_argument_handler_simple.inc	2011-10-31 21:37:47.000000000 +0000
+++ b/date_views/includes/date_views_argument_handler_simple.inc	2011-10-31 21:37:56.000000000 +0000
@@ -189,7 +189,7 @@
 
   function pre_query() {
     // Setting the offset to avoid trying to use timezone adjustments for dates that don't need it.
-    $this->offset = in_array($this->date_handler->granularity, array('hour', 'minute', 'sec')) ? NULL : 0;
+    $this->offset = NULL;
   }
 
   /**
