git-bars icon indicating copy to clipboard operation
git-bars copied to clipboard

timestamp error

Open JayVii opened this issue 1 year ago • 1 comments

Hey, I just tried git-bars, but unfortunately it returns following error on every try:

error running 'git log': 'z' is a bad directive in format '%Y-%m-%d %H:%M:%S %z'

It does not seem.to.like the timezone parameter %z.

I cannot seem to find an option to change the date format of the logs easily, but there surely is one.

JayVii avatar Apr 27 '24 21:04 JayVii

Hi @JayVii. %z is a part of the Python datetime standard library. It should work. Works for me on Python v3.12.2.

What version of Python are toy using?

knadh avatar Apr 28 '24 03:04 knadh