From 5e83df9e5c192a87c318e637b459eb14cad98839 Mon Sep 17 00:00:00 2001 From: PhilRunninger Date: Tue, 29 Aug 2023 14:01:53 -0400 Subject: [PATCH] Change timestamps to local time zone. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {