We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13f0f5 commit 05d73f2Copy full SHA for 05d73f2
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-05-17_17:57:26
+3.7.12-dev:::2024-05-17_17:59:45
pre-commit
@@ -25,7 +25,7 @@ if ! grep 'dev' "$FILE" &> /dev/null; then
25
fi
26
27
VERSION=$(sed -E 's/:::.*//' "$FILE")
28
-TIME=$(date +"%Y-%m-%d_%H:%M:%S")
+TIME=$(date -u +"%Y-%m-%d_%H:%M:%S")
29
30
printf "%s:::%s\n" "$VERSION" "$TIME" > "$FILE"
31
0 commit comments