Hi Jeff, Jeff Carr wrote: > --- a/Documentation/pretty-formats.txt > +++ b/Documentation/pretty-formats.txt > @@ -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? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html