summary refs log tree commit diff stats
path: root/hlog.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'hlog.cgi')
-rwxr-xr-xhlog.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/hlog.cgi b/hlog.cgi
index b7f414c..6bf1a0d 100755
--- a/hlog.cgi
+++ b/hlog.cgi
@@ -2,7 +2,7 @@
 
 printf 'Content-Type: text/plain\r\n\r\n'
 
-ls -l /srv/hlog/runxiyu.hlog
+TZ='Asia/Shanghai' ls --time-style '+%Y-%m-%d %H:%M:%S %Z' -l /srv/hlog/runxiyu.hlog
 
 printf '\n'