Re: [Bug] git log - reports wrong date and time

2019-04-02 Thread Chanseok Oh
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

[Bug] git log - reports wrong date and time

2019-04-01 Thread Chanseok Oh
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"