Re: [GNC-dev] New invoice date opened shows 01/01/1970, possibly other places

2018-04-14 Thread Geert Janssens
Op zaterdag 14 april 2018 19:01:09 CEST schreef Robert Fewell: > Not sure about this but I have tracked this down as follows... > > in dialog-invoice.c we start with this in the dialog > > iw->opened_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE); > > looking at the time64 number this

[GNC-dev] New invoice date opened shows 01/01/1970, possibly other places

2018-04-14 Thread Robert Fewell
Not sure about this but I have tracked this down as follows... in dialog-invoice.c we start with this in the dialog iw->opened_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE); looking at the time64 number this starts of correct, i.e. today's value. At some point this function gets