SQL Server SmartObjects drop milliseconds from DateTime values
kbt147303
PRODUCTIssue
When saving DateTime values to a database, the millisecond values are dropped.Symptoms
For example: the value passed is 6:47:08.128, but the value returned is 6:47:08.000.Resolution
A fix for this issue is planned in an upcoming update (as of 5/9/2018) however, there is a workaround available.
To resolve this, edit the database's corresponding SmartObject and change the associated data type for your DateTime table column to Text.