Prerequisites
- What is your product version? 11
- What is your product type (Angular or MVC)? angular
- What is product framework type (.net framework or .net core)? .net core
Hello, I have a problem with the management of the field birth date of my entity. I need to store the date on sql without any time, avoiding conversion of timezome. Using the bsDateTime with the luxon date, generated by the RAD tools I have some problems with timezones. For example, i set 05/12/2020 and according to the timezone I receive server side 04/12/2020 or 05/12/2020.
Any suggestion?
5 Answer(s)
-
0
-
0
Hi,
You can use https://aspnetboilerplate.com/Pages/Documents/Timing#disable-datetime-normalization on the related DTO and Entity fields to ignore normalization.
-
0
-
0
Hi,
Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core/issues ? I will take a look at this problem as soon as possible.
-
0
https://github.com/aspnetzero/aspnet-zero-core/issues/4607