rfe #2420684 [export] Allow export of timestamps in UTC.

This commit is contained in:
Michal Čihař
2010-01-21 11:10:33 +00:00
parent ca83c56f5d
commit 1243d870e7
60 changed files with 80 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ rfe #2924956 [interface] Add insert ignore option to editing row.
+ rfe #2838080 [interface] Show warning when javascript is disabled.
+ rfe #2823707 [edit] Call UUID function separately to show it in insert.
+ rfe #2420684 [export] Allow export of timestamps in UTC.
3.3.0.0 (not yet released)
+ rfe #2308632 [edit] Use hex for (var)binary fields,

View File

@@ -1642,4 +1642,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1640,4 +1640,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1644,4 +1644,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1639,4 +1639,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1641,4 +1641,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1648,4 +1648,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1642,4 +1642,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1642,4 +1642,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1628,4 +1628,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1641,4 +1641,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1643,4 +1643,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1630,4 +1630,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1639,4 +1639,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1635,4 +1635,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1372,6 +1372,7 @@ $strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLCompatibility = 'SQL compatibility mode';
$strSQLExportType = 'Export type';
$strSQLExportUTC = 'Export time in UTC';
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
$strSQLQuery = 'SQL query';

View File

@@ -1641,4 +1641,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1618,4 +1618,5 @@ $strZip = '"zip-pakattu"';
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1614,4 +1614,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1622,4 +1622,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1639,4 +1639,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1639,4 +1639,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1645,4 +1645,5 @@ $strRenameView = 'Rename view to'; //to translate
$strSynchronizeDb = 'Synchronize Databases'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1637,4 +1637,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1643,4 +1643,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1636,4 +1636,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1641,4 +1641,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1638,4 +1638,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1641,4 +1641,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1634,4 +1634,5 @@ $strXMLExportTriggers = 'Export triggers'; //to translate
$strXMLExportViews = 'Export views'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1642,4 +1642,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1655,4 +1655,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1641,4 +1641,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1617,4 +1617,5 @@ $strZip = 'Komprimert (zip)';
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1644,4 +1644,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1627,4 +1627,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1645,4 +1645,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1635,4 +1635,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1620,4 +1620,5 @@ $strZip = 'zip';
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1639,4 +1639,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1639,4 +1639,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1643,4 +1643,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1635,4 +1635,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1638,4 +1638,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1630,4 +1630,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1631,4 +1631,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1635,4 +1635,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1640,4 +1640,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1630,4 +1630,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1638,4 +1638,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1635,4 +1635,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1635,4 +1635,5 @@ $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
$strRenameView = 'Rename view to'; //to translate
$strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate
$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate
$strSQLExportUTC = 'Export time in UTC'; //to translate
?>

View File

@@ -1566,6 +1566,13 @@ $cfg['Export']['sql_delayed'] = false;
*/
$cfg['Export']['sql_ignore'] = false;
/**
* Export time in UTC.
*
* @global boolean $cfg['Export']['sql_utc_time']
*/
$cfg['Export']['sql_utc_time'] = true;
/**
*
*

View File

@@ -116,6 +116,8 @@ if (isset($plugin_list)) {
array('type' => 'bool', 'name' => 'ignore', 'text' => 'strIgnoreInserts');
$plugin_list['sql']['options'][] =
array('type' => 'bool', 'name' => 'hex_for_blob', 'text' => 'strHexForBLOB');
$plugin_list['sql']['options'][] =
array('type' => 'bool', 'name' => 'utc_time', 'text' => 'strSQLExportUTC');
$plugin_list['sql']['options'][] =
array('type' => 'select', 'name' => 'type', 'text' => 'strSQLExportType', 'values' => array('INSERT' => 'INSERT', 'UPDATE' => 'UPDATE', 'REPLACE' => 'REPLACE'));
$plugin_list['sql']['options'][] =
@@ -194,6 +196,11 @@ function PMA_exportFooter()
. '/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;' . $crlf;
}
/* Restore timezone */
if ($GLOBALS['sql_utc_time']) {
PMA_DBI_query('SET time_zone = "' . $GLOBALS['old_tz'] . '"');
}
return PMA_exportOutputHandler($foot);
}
@@ -254,6 +261,14 @@ function PMA_exportHeader()
. 'START TRANSACTION;' . $crlf;
}
/* Change timezone if we should export timestamps in UTC */
if ($GLOBALS['sql_utc_time']) {
$head .= 'SET time_zone = "+00:00";' . $crlf;
$GLOBALS['old_tz'] = PMA_DBI_fetch_value('SELECT @@session.time_zone');
PMA_DBI_query('SET time_zone = "+00:00"');
}
$head .= PMA_possibleCRLF();
if (! empty($GLOBALS['asfile'])) {