mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Reported for Invoices on gnucash-user. Checked all other uses of xaccTransSetPostDateSecs(), fixed the ones that weren't passing an already normalized time64. For Invoices change the post_date to also be normalized so that it stays the same as the transaction post_date. That also protects it from the displayed date changing depending on timezone. The python binding invoice post_time test had to be changed to match.