hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
77 stars 8 forks source link

Date seems to be affected by timezone changed #33

Closed zoenglinghou closed 6 years ago

zoenglinghou commented 6 years ago

I set up hledger-iadd in Europe. When I got back to the states, the default date seems to follow the time zone across the pond. e.g.:

$ date
Thu Aug 23 22:06:08 PDT 2018
$ hledger iadd
New Transaction:

 │

──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Date (18/08/24):

Is there a way to fix this issue? Thank you!

hpdeifel commented 6 years ago

This was already fixed in master, but I somehow forgot to make a release. Sorry about that, 1.3.6 should have the fix now.