pub fn format_short_date_from_ident(ident: &str) -> String
Format the author/committer date as YYYY-MM-DD in the commit’s local timezone.
YYYY-MM-DD
Matches Git’s DATE_SHORT mode used by --pretty=reference (e.g. 2005-04-07).
DATE_SHORT
--pretty=reference
2005-04-07