mirror of https://github.com/Gnucash/gnucash
Wherin the problem is that MySQL's TIMESTAMP has a date range of 1970-01-01 00:00:01 to 2038-01-19 03:14:07 and is unable to handle time_t of 0. MySQL's TIMESTAMP also assumes that input is in the server's timezone and adjusts it to UTC. GnuCash has already done that conversion.pull/231/merge
parent
937f8c5083
commit
9c4635e393
Loading…
Reference in new issue