From 098553dcb83b1a618c8414df6da9818e9d036bbc Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 8 Jan 2024 17:14:10 -0800 Subject: Display the time zone at start in check_mirrors_status --- modules/mga-mirrors/files/check_mirrors_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 056d1bab..ce798cb5 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -157,7 +157,7 @@ th {background-color:#EEEEEE;} " - puts "Last checked on #{Time.now.strftime("%F %R")}
" + puts "Last checked on #{Time.now.strftime("%F %R %Z")}
" puts "
Up to dateLess than 12h oldLess than 2 days oldOld or broken
" puts "" puts "
" -- cgit v1.2.1