mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 00:41:16 -06:00
Remove timezone from date
This commit is contained in:
parent
dabdf58753
commit
91f2e02d67
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user