git-bars
git-bars copied to clipboard
timestamp error
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.
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?