From c312c36553416fd1c737218acf4641abf0535302 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Sat, 5 Jul 2025 12:00:24 -0400 Subject: [PATCH] Changed timezone of date command to UTC --- rss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.sh b/rss.sh index a0522f1..d516053 100755 --- a/rss.sh +++ b/rss.sh @@ -3,7 +3,7 @@ set -euo pipefail BASEDIR="$(dirname "${0}" | sed "s|^\.|${PWD}|")" -DATE="$(date -R)" +DATE="$(TZ=UTC date -R)" source "${BASEDIR}/website.conf"