You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you include a datetime attribute, it will say "not identical" when they are really identical.
Has to compare local or utc for both source and target, now they are different.
If you include a
datetime
attribute, it will say "not identical" when they are really identical.Has to compare local or utc for both source and target, now they are different.
See code: https://github.com/Innofactor/Innofactor.Crm.CI/blob/master/shared/Innofactor.Crm.Shuffle/ShuffleDataImport.cs#L21-L43
This should be "identical"... see:
The text was updated successfully, but these errors were encountered: