gnucash maint: Bug 798547 - Calculated Due Date is short 1 day when posting on...

John Ralls jralls at code.gnucash.org
Thu Jun 2 18:51:10 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/903cbdca (commit)
	from  https://github.com/Gnucash/gnucash/commit/b218926e (commit)



commit 903cbdcad34e6a73041442ec1bcd90103572cdd9
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 2 15:46:59 2022 -0700

    Bug 798547 - Calculated Due Date is short 1 day when posting on...
    
    day of fall change from Daylight Time to Standard Time.
    
    Really any day where the period crosses the dst->std change, and
    since the date dialog returns local midnight for the time that includes
    the day of the change.
    
    Convert both the parameter time and the return time to neutral time
    to ensure that the interval is handled correctly.



Summary of changes:
 libgnucash/engine/gncBillTerm.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list