Skip to content

Commit

Permalink
Merge pull request #1541 from WithoutPants/package-date-format
Browse files Browse the repository at this point in the history
Remove timezone from date
  • Loading branch information
WithoutPants authored Nov 27, 2023
2 parents dabdf58 + 91f2e02 commit c414705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c414705

Please sign in to comment.