We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae6175 commit ec17132Copy full SHA for ec17132
1 file changed
tools/clone_flutter.sh
@@ -30,7 +30,7 @@ fi
30
31
# Get latest commit's time for the engine repo.
32
# Use date based on local time otherwise timezones might get mixed.
33
-LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%ad"`
+LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%cd"`
34
echo "Latest commit time on engine found as $LATEST_COMMIT_TIME_ENGINE"
35
36
# Do rest of the task in the root directory
0 commit comments