aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email.lua
diff options
context:
space:
mode:
authoronefang2019-12-01 02:41:36 +1000
committeronefang2019-12-01 02:41:36 +1000
commit5520b6a76b1f4042c7599404d13a0ff7de0725cd (patch)
tree796b372052e4ca414f3e7a52249e5afaaac8c1a9 /apt-panopticon-report-email.lua
parentChange time format for reports, and add time to email. (diff)
downloadapt-panopticon-5520b6a76b1f4042c7599404d13a0ff7de0725cd.zip
apt-panopticon-5520b6a76b1f4042c7599404d13a0ff7de0725cd.tar.gz
apt-panopticon-5520b6a76b1f4042c7599404d13a0ff7de0725cd.tar.bz2
apt-panopticon-5520b6a76b1f4042c7599404d13a0ff7de0725cd.tar.xz
Add the timezone.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-email.lua2
1 files changed, 1 insertions, 1 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
220 "Due to the nature of the tests, some errors or warnings will be \ncounted several times. " .. 220 "Due to the nature of the tests, some errors or warnings will be \ncounted several times. " ..
221 "Refer to the logs on the web page for details.\n\n" .. 221 "Refer to the logs on the web page for details.\n\n" ..
222 "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" .. 222 "Please see below the current status of the Devuan Package Mirror \nnetwork:\n\n" ..
223 "---- BEGIN MIRROR-STATUS " .. os.date("!%Y-%m-%d %H:%M") .. " ----\n") 223 "---- BEGIN MIRROR-STATUS " .. os.date("!%Y-%m-%d %H:%M") .. " GMT ----\n")
224 for k, v in orderedPairs(mirrors) do 224 for k, v in orderedPairs(mirrors) do
225 local results = loadfile("results/" .. k .. ".lua")() 225 local results = loadfile("results/" .. k .. ".lua")()
226 file:write(k .. "....\n") 226 file:write(k .. "....\n")