This is really strange...
I have a SO pointed at a SQL database where it pulls in two dates from the table.
In both cases, when looking at these records in a list view, the date in the list view is one day behind the actual date in the database. As we're talking about effective dates for insurance, all these dates are the first of the month.
So, for example, if the record in the SQL database for ID 12345 is 12/01/2016 the date showing on my list view is 11/30/2016. Or, if the date is 01/01/2017 the date on my list view is 12/31/2016.
I've confirmed that there are no expressions taking a day away on the column, and that the fields are mapped correctly in the smart object...
Anyone have any thoughts on this one?
Rob