Index: date.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/date/date.inc,v
retrieving revision 1.27.2.29
diff -u -p -r1.27.2.29 date.inc
--- date.inc	14 Mar 2007 19:49:06 -0000	1.27.2.29
+++ date.inc	8 May 2007 22:36:17 -0000
@@ -347,7 +347,7 @@ function date_set_date(&$date, $value, $
     }
 
   }
-  elseif (!$error && $type == 'db' && $date->local->iso && (!$date->local->iso || $reset)) {
+  elseif (!$error && $type == 'db' && (!$date->local->iso || $reset)) {
     if (!date_no_conversion($date)) {
       // compute local value if the db value was submitted
       // and the local value has not been created and there is a local timezone
