diff --git a/date_views/includes/date_views_argument_handler_simple.inc b/date_views/includes/date_views_argument_handler_simple.inc
index faff05a..fed0b62 100644
--- a/date_views/includes/date_views_argument_handler_simple.inc
+++ b/date_views/includes/date_views_argument_handler_simple.inc
@@ -135,7 +135,7 @@ class date_views_argument_handler_simple extends views_handler_argument_date {
     );

     $options = $this->date_handler->date_parts();
-    unset($options['second'], $options['minute']);
+    //unset($options['second'], $options['minute']);
     $options += array('week' => t('Week', array(), array('context' => 'datetime')));
     $form['granularity'] = array(
       '#title' => t('Granularity'),