@@ -114,6 +114,7 @@ The placeholders are: - '%ar': author date, relative - '%at': author date, UNIX timestamp - '%ai': author date, ISO 8601 format+- '%au': author date, UTC
Why not:
TZ=UTC git log --format=%ad --date=local
or something like:
git log --format=%AD(rfc2822,tz=UTC)
? In other words, why should we provide this feature with date=rfc
dates and not date=iso ones?