Index: l10n_community/export.inc
===================================================================
--- l10n_community/export.inc	(revision 10299)
+++ l10n_community/export.inc	(working copy)
@@ -387,7 +387,7 @@
   $result = db_query($sql, $sql_args);
   $previous_sid = 0;
   $export_string = $string_files = array();
-    
+
   while ($string = db_fetch_object($result)) {
     if ($string->sid != $previous_sid) {
       // New string in the stream.
@@ -459,7 +459,7 @@
       $header .= "msgid \"\"\n";
       $header .= "msgstr \"\"\n";
       $header .= "\"Project-Id-Version: ". $release_title ."\\n\"\n";
-      $header .= "\"POT-Creation-Date: ". date("Y-m-d H:iO") ."\\n\"\n";
+      $header .= "\"POT-Creation-Date: ". date("Y-m-d H:iO", $project->last_parsed) ."\\n\"\n";
       // Use date placeholder, if we have no date information (no translation here yet).
       $header .= "\"PO-Revision-Date: ". (!empty($fileinfo['changed']) ? date("Y-m-d H:iO", $fileinfo['changed']) : 'YYYY-mm-DD HH:MM+ZZZZ') ."\\n\"\n";
       $header .= "\"Language-Team: ". $language->name ."\\n\"\n";
@@ -479,7 +479,7 @@
       $header .= "msgid \"\"\n";
       $header .= "msgstr \"\"\n";
       $header .= "\"Project-Id-Version: ". $release_title ."\\n\"\n";
-      $header .= "\"POT-Creation-Date: ". date("Y-m-d H:iO") ."\\n\"\n";
+      $header .= "\"POT-Creation-Date: ". date("Y-m-d H:iO", $project->last_parsed) ."\\n\"\n";
       $header .= "\"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\\n\"\n";
       $header .= "\"Language-Team: ". $language_title ."\\n\"\n";
       $header .= "\"MIME-Version: 1.0\\n\"\n";
