gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Oct 4 14:01:33 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/901c89df (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5a7c791c (commit)
	from  https://github.com/Gnucash/gnucash/commit/cd8182fc (commit)



commit 901c89dffad9fa9ee19960b91a585fc90a67e29e
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 5a7c791c96cc7bf84002f6894d44a2ef12dd46d4
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.c                 |   7 +--
 src/libqof/qof/test/test-gnc-date.c       |  16 ++---
 3 files changed, 34 insertions(+), 90 deletions(-)



More information about the gnucash-patches mailing list