From 91f2e02d67b4a94555abab5de2b89a708faa1147 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:29:57 +1100 Subject: [PATCH] Remove timezone from date --- build_site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_site.sh b/build_site.sh index 4b3b9a3e..49872250 100755 --- a/build_site.sh +++ b/build_site.sh @@ -34,7 +34,7 @@ buildScraper() # create a directory for the version version=$(git log -n 1 --pretty=format:%h -- "$versionFile") - updated=$(git log -n 1 --date="format:%F %T %z" --pretty=format:%ad -- "$versionFile") + updated=$(TZ=UTC0 git log -n 1 --date="format-local:%F %T" --pretty=format:%ad -- "$versionFile") # create the zip file # copy other files