From 5520b6a76b1f4042c7599404d13a0ff7de0725cd Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 1 Dec 2019 02:41:36 +1000 Subject: Add the timezone. --- apt-panopticon-report-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-web.lua') diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 94fbecf..93aa70b 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -250,7 +250,7 @@ if nil == file then C("opening mirrors file - " .. e) else file:write( "apt-panopticon results\n" .. '' .. "

Welcome to the apt-opticon results page.

\n" .. - "

Check time: " .. os.date("!%Y-%m-%d %H:%M") .. "

\n" .. + "

Check time: " .. os.date("!%Y-%m-%d %H:%M") .. " GMT

\n" .. "

The full list of Devuan package mirrors is available at the URL: " .. "https://pkgmaster.devuan.org/mirror_list.txt

\n" .. "

Due to the nature of the tests, some errors or warnings will be counted several times.   " .. -- cgit v1.1