I'm seeing something extremely strange.. in SQuirreL I am updating the column of a SQL table to have a ReviewDueDate of '2016-08-15 00:00:00.000' (and also tried cast('2016-08-15' as datetime)). When I query the same row I am seeing a value of [2016-08-13 00:00:00.0]. Yet when I query the same row/object through our WebAPI 2 OData V4 web service I am getting the correct date. Has anyone ever seen the SQuirreL client have such squirrely behavior?
set ReviewDueDate = '2016-08-15 00:00:00.000'--cast('2016-08-15' as datetime)