gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Oct 9 04:54:11 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/20c0271e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b00694fd (commit)
	from  https://github.com/Gnucash/gnucash/commit/6e132d83 (commit)



commit 20c0271e985cfe711e0edf9bd89c1e06efc6db15
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 4 20:00:48 2016 +0200

    Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight Time).
    
    Also remove special time calculations and use gnc_dmy2timespec_neutral()
    for consistency with rest of GnuCash.

commit b00694fde4148417813e36502ca6a68dba66454e
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 4 19:59:00 2016 +0200

    Bug 772382 - Date off-by-one after DST change
    
    The time needs to be 10:59, not 11:00: 13 hours after 11:00 is 24:00,
    which is really 00:00 the next day.



Summary of changes:
 src/import-export/csv-imp/gnc-csv-model.c | 101 +++++++-----------------------
 src/libqof/qof/gnc-date.cpp               |   6 +-
 src/libqof/qof/test/test-gnc-date.c       |   8 +--
 3 files changed, 30 insertions(+), 85 deletions(-)



More information about the gnucash-patches mailing list