diff --git a/index.js b/index.js index 3a485f8..218ac96 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ Postgres.FirstRow = function(sql, response) { }; function timestamp() { - return `\x1b[33m${new Date().toISOString()}:\x1b[0m` + return `\x1b[33m${new Date().toLocaleString()}:\x1b[0m` } function error() {