Change timestamps to local time zone.

This commit is contained in:
PhilRunninger 2023-08-29 14:01:53 -04:00
parent 42e5e939e9
commit 5e83df9e5c

View File

@ -44,7 +44,7 @@ Postgres.FirstRow = function(sql, response) {
}; };
function timestamp() { function timestamp() {
return `\x1b[33m${new Date().toISOString()}:\x1b[0m` return `\x1b[33m${new Date().toLocaleString()}:\x1b[0m`
} }
function error() { function error() {