Index: node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node.module,v retrieving revision 1.485.2.8 diff -u -F^f -r1.485.2.8 node.module --- node.module 1 Jun 2005 04:57:58 -0000 1.485.2.8 +++ node.module 30 Jun 2005 00:57:56 -0000 @@ -1198,7 +1198,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.