gnucash maint: Australian (GMT-10) OFX transactions imported have previous days date

John Ralls jralls at code.gnucash.org
Sun Sep 11 18:00:35 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/876f57ef (commit)
	from  https://github.com/Gnucash/gnucash/commit/52c682bd (commit)



commit 876f57ef4f00f990f46f3ab804626fbb697eedbe
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 11 14:48:24 2016 -0700

    Australian (GMT-10) OFX transactions imported have previous days date
    
    The fundamental problem is https://sourceforge.net/p/libofx/bugs/39.
    Work around it by detecting it at configure time and if present check
    to see if the time in question is not daylight time. If that's the case,
    determine the daylight time offset and add it back to the timestamp.



Summary of changes:
 CMakeLists.txt                         | 25 ++++++++++++++++++++++++
 configure.ac                           | 35 ++++++++++++++++++++++++++++++++++
 src/config.h.cmake.in                  |  4 ++++
 src/import-export/ofx/gnc-ofx-import.c | 25 +++++++++++++++++++++++-
 4 files changed, 88 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list