SQL Server dates getting saved without milliseconds in version 4.40

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
In version 4.40.3 all date fields (i.e. CreatedOnUtc, etc.) have the milliseconds set to zeroes (i.e. 2021-06-26 21:56:56.0000000)

In prior versions the milliseconds were saved correctly to the SQL Server Database (ie, 2021-05-18 17:38:53.0099717)

Is there some new setting to revert to the previous way of saving DateTime fields in the database ?
2 years ago
It's probably the same issue.
2 years ago
See workaround on https://github.com/nopSolutions/nopCommerce/issues/5741
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.