i used latest version Microsoft.CrmSdk.XrmTooling.CoreAssembly 9.0.0.7 to save datetime to CRM database.
if i used CrmServiceClient.Update() and GetEntityDataById() to update then retrieve the datatime, the returned is just what i saved. but, incorrect datetime returned when i used LINQ and
Expression. what is wrong?

code:
