Changed timezone of date command to UTC

This commit is contained in:
2025-07-05 12:00:24 -04:00
parent 38d9857ef6
commit c312c36553

2
rss.sh
View File

@ -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"