Base solution for your next web application
Open Closed

Date Issue #10665


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.