From c47edfa707cf9ce4cbd7d21022b2be2d41b4076f Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 03:04:39 +0800 Subject: [PATCH] init --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 7617373..4eac7ce 100644 --- a/routes/index.js +++ b/routes/index.js @@ -8,7 +8,7 @@ const _info='info' const _error='error' function log(param,message){ - console[param](`${moment().format('yyyy-MM-DD HH:mm:ss')}:${message}`) + console[param](`${moment().format('yyyy-MM-DD HH:mm:ss').utcOffset(480)}:${message}`) } function info(message){