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-email.lua | 2 +- apt-panopticon-report-web.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua index 72fb332..c102b81 100755 --- a/apt-panopticon-report-email.lua +++ b/apt-panopticon-report-email.lua @@ -220,7 +220,7 @@ if nil == file then C("opening mirrors file - " .. e) else "Due to the nature of the tests, some errors or warnings will be \ncounted several times. " .. "Refer to the logs on the web page for details.\n\n" .. "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" .. - "---- BEGIN MIRROR-STATUS " .. os.date("!%Y-%m-%d %H:%M") .. " ----\n") + "---- BEGIN MIRROR-STATUS " .. os.date("!%Y-%m-%d %H:%M") .. " GMT ----\n") for k, v in orderedPairs(mirrors) do local results = loadfile("results/" .. k .. ".lua")() file:write(k .. "....\n") 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( "
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