diff --git a/exif.module b/exif.module
index 0493898..3ef4091 100755
--- a/exif.module
+++ b/exif.module
@@ -338,10 +338,10 @@ function exif_date_format_types() {
  */
 function exif_date_formats() {
   return array(
-  array(
+    array(
       'type' => 'exif',
-      'format' => 'Y:m:d H:i:s',
-  ),
+      'format' => 'Y-m-d\TH:i:s',
+    ),
   );
 }
 
