mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix csv-imp test for master branch
This commit is contained in:
parent
ce748cceb8
commit
2427311912
@ -132,7 +132,7 @@ time64 parse_date (const char* date_str, int format)// C: 14 in 7 SCM: 9 in 2 Lo
|
||||
static void
|
||||
test_parse_date (void)
|
||||
{
|
||||
time64 rawtime = gnc_time_utc (NULL);
|
||||
time64 rawtime = gnc_time (NULL);
|
||||
struct tm *tm = gnc_gmtime (&rawtime);
|
||||
int curr_year = tm->tm_year;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user