gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Sep 6 17:46:14 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/c81aeddd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a807d3e6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/68aced36 (commit)



commit c81aeddddec571d0a075709ba864f0b80c472482
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 6 14:36:52 2022 -0700

    Bug 798611 - Date changing when changing timezone by one hour
    
    When getting a date from the date editor anywhere in the program
    set the time to neutral time instead of the beginning of the day
    unless get_date_internal is called with GNC_DATE_EDIT_SHOW_TIME
    in which case the user-provided time is used.

commit a807d3e6b70e89ffb7981bfbbf1ebfd9229be203
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 6 14:35:11 2022 -0700

    Create function gnc_tm_get_today_neutral.
    
    To complement gnc_tm_get_today_begin and gnc_tm_get_today_end.



Summary of changes:
 gnucash/gnome-utils/gnc-date-edit.c | 8 ++++----
 libgnucash/engine/gnc-date.cpp      | 6 ++++++
 libgnucash/engine/gnc-date.h        | 6 +++++-
 3 files changed, 15 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list