I have been using a home grown Qt - c++ program to process my gnucash sqlite data up until version 3.3.  It appears that the date format stored in the prices table has changed.  I had previously used a string such as "20181015999999" for Oct 15, 2018 and had not had any difficulty in dealing with the gnucash data. Now when I look at the data I see two different formats.  'Old' dates follow the above pattern; but, newer dates look sort of like "2018-09-26 16:"  However, I don't seem to be able to parse the dates stored in this format.  Any help would be greatly appreciated.

David Weiner

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to