0
MellowoodMedical created
- Product Version: 10.5
- Angular
- .net Core
How can I show the date exactly as it is from the database to the client without any timezone conversions?
1 Answer(s)
-
0
Hi @MellowoodMedical
If you don't set Clock.Provider, AspNet Zero will use ASP.NET Core's default behaviour. In that case, date values shouldn't be modified. You can also send date value as string to the client in you DTO.