While migrating our flows from PFI to LPA and have found that the date format returned from SQL query node is different. A SQL query (Select date_hired from test.employee) returns 1997-07-14 from PFI and 1997-07-14 00:00:00.0 from LPA. This affects date calculations, date logic, and date display in our process flows. We are told that the "dates in the PFI tables" have all been changed from date to date-time. This answer is confusing, since we are not querying a PFI table (LOGAN or LMKGEN), but an application table, HR's employee table. I find it hard to believe that all of the application date formats have been changed. Can anyone suggest why this is happening and if there is anything we can do to get the same result as on PFI - instead of having to revise our flow date handling?