Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d674b90

Browse files
authored
use commit date instead of author date (#17032)
1 parent 0e2c8fe commit d674b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clone_flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
# Get latest commit's time for the engine repo.
3232
# Use date based on local time otherwise timezones might get mixed.
33-
LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%ad"`
33+
LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%cd"`
3434
echo "Latest commit time on engine found as $LATEST_COMMIT_TIME_ENGINE"
3535

3636
# Do rest of the task in the root directory

0 commit comments

Comments
 (0)