Skip to content

Commit

Permalink
Update date format to iso8601
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 21, 2024
1 parent 05fd585 commit 0c34a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linux/generate-metainfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
git config --global --add safe.directory /__w/pcsx2/pcsx2

OUTFILE=$1
GIT_DATE=$(git log -1 --pretty=%cd --date=short)
GIT_DATE=$(git log -1 --pretty=%cd --date=iso8601)
GIT_VERSION=$(git tag --points-at HEAD)
GIT_HASH=$(git rev-parse HEAD)

Expand Down

0 comments on commit 0c34a84

Please sign in to comment.