Index: trunk/core/units/languages/import_xml.php =================================================================== diff -u -N -r3145 -r3282 --- trunk/core/units/languages/import_xml.php (.../import_xml.php) (revision 3145) +++ trunk/core/units/languages/import_xml.php (.../import_xml.php) (revision 3282) @@ -193,7 +193,7 @@ 'Phrase' => $attributes['LABEL'], 'PhraseType' => $attributes['TYPE'], 'Module' => $phrase_module, - 'LastChanged' => time(), + 'LastChanged' => adodb_mktime(), 'LastChangeIP' => $this->ip_address, 'Translation' => ''); break;