diff --git a/static/js/pandora/logsDialog.js b/static/js/pandora/logsDialog.js index 2ba7b5ad..40a493d8 100644 --- a/static/js/pandora/logsDialog.js +++ b/static/js/pandora/logsDialog.js @@ -72,7 +72,7 @@ pandora.ui.logsDialog = function() { { align: 'right', format: function(value) { - return value.replace(/[TZ]/g, ' '); + return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S"); }, id: 'created', operator: '-',