Index: node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node.module,v
retrieving revision 1.507
diff -u -F^f -r1.507 node.module
--- node.module	18 Jul 2005 08:46:30 -0000	1.507
+++ node.module	18 Jul 2005 13:42:57 -0000
@@ -1199,7 +1199,7 @@ function node_validate($node) {
     }
 
     if (!$node->date) {
-      $node->date = format_date($node->created, 'custom', 'Y-m-d H:i O');
+      $node->date = format_date($node->created, 'custom', 'Y-m-d H:i:s O');
     }
 
     // Validate the "authored by" field.
