gnucash maint: Implement a faster date-time serialization function.

John Ralls jralls at code.gnucash.org
Fri Jan 4 19:35:21 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/9fa7b7f9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/137c920d (commit)



commit 9fa7b7f94041ea69d586baa5c61e9ccf5ef9677f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 28 16:39:02 2018 -0800

    Implement a faster date-time serialization function.
    
    Has the side effect of recording all date-times in XML files in UTC
    instead of local time with a timezone.



Summary of changes:
 libgnucash/backend/sql/gnc-sql-column-table-entry.cpp |  5 +++--
 libgnucash/backend/sql/gnc-transaction-sql.cpp        |  2 +-
 libgnucash/backend/xml/sixtp-dom-generators.cpp       |  8 ++++----
 libgnucash/engine/gnc-date.cpp                        |  3 +--
 libgnucash/engine/gnc-datetime.cpp                    | 15 +++++++++++++++
 libgnucash/engine/gnc-datetime.hpp                    |  4 ++++
 libgnucash/engine/test/test-gnc-date.c                | 15 +++++----------
 7 files changed, 33 insertions(+), 19 deletions(-)



More information about the gnucash-patches mailing list