diff --git a/.github/diy/index_x86.htm b/.github/diy/index_x86.htm index f22028b80..eac5b16ea 100755 --- a/.github/diy/index_x86.htm +++ b/.github/diy/index_x86.htm @@ -60,7 +60,7 @@ ethinfo = eth_info, userinfo = user_info, uptime = sysinfo.uptime or 0, - localtime = os.date("%Y.%m.%d %H:%M:%S"), + localtime = os.date("%Y.%m.%d %H:%M:%S"), loadavg = sysinfo.load or { 0, 0, 0 }, memory = meminfo, memcached = mem_cached,