Is there any way to specify Entity Framework to convert all DateTime in UTC (for azure database storage) ?
I would like that my model stay in local date time. I don't want to duplicate model datetime properties to have one in UTC (for EF) and another one in local (for my views, not mapped in EF).