git log-date-last

Show the date of the latest commit, in strict ISO 8601 format

Git alias:

log-date-last = !"git log -1 --date-order --format=%cI"

Example:

git log-date-last

Compare git log-date-first.