use commit date instead of author date (flutter/engine#17032)

This commit is contained in:
Yegor
2020-03-09 11:01:20 -07:00
committed by GitHub
parent c3abdb985c
commit e5809b493a

View File

@@ -30,7 +30,7 @@ fi
# Get latest commit's time for the engine repo.
# Use date based on local time otherwise timezones might get mixed.
LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%ad"`
LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%cd"`
echo "Latest commit time on engine found as $LATEST_COMMIT_TIME_ENGINE"
# Do rest of the task in the root directory