wrote:
>
> Chanseok Oh writes:
>
> > BROKEN: anything other than UTC reports wrong date.
> >
> > $ TZ=KST git log '--date=format-local:%Y%m%d %H%M%S %z (%Z)'
> > --format=%cd -n1
> > 20190401 210250 + (KST)
>
> I think you are probably
Hello,
I'm using the latest version.
$ git version
git version 2.21.0.392.gf8f6787159e-goog
WORKS: the following prints out the date and time in my local timezone.
$ git log '--date=format-local:%Y%m%d %H%M%S %z (%Z)' --format=%cd -n1
20190401 170250 -0400 (EDT)
WORKS: "TZ=UTC"
2 matches
Mail list logo