aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.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-web.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 'apt-panopticon-report-web.lua')
-rwxr-xr-xapt-panopticon-report-web.lua2
1 files changed, 1 insertions, 1 deletions
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
250 file:write( "<html><head><title>apt-panopticon results</title>\n" .. 250 file:write( "<html><head><title>apt-panopticon results</title>\n" ..
251 '</head><body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">' .. 251 '</head><body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">' ..
252 "<h1>Welcome to the apt-opticon results page.</h1>\n" .. 252 "<h1>Welcome to the apt-opticon results page.</h1>\n" ..
253 "<p>Check time: " .. os.date("!%Y-%m-%d %H:%M") .. "</p>\n" .. 253 "<p>Check time: " .. os.date("!%Y-%m-%d %H:%M") .. " GMT</p>\n" ..
254 "<p>The full list of Devuan package mirrors is available at the URL: " .. 254 "<p>The full list of Devuan package mirrors is available at the URL: " ..
255 "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" .. 255 "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" ..
256 "<p>Due to the nature of the tests, some errors or warnings will be counted several times. &nbsp; " .. 256 "<p>Due to the nature of the tests, some errors or warnings will be counted several times. &nbsp; " ..