Base solution for your next web application
Open Closed

Time zone problem #6623


User avatar
0
worldofss created

I am using angular 7 and dotnet core framework

i have datetime control when i save datetime in db it saves GMT time not my local time

i want to select my timezone saving times with my local time


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Configure with ClockProviders.Local.

    https://aspnetboilerplate.com/Pages/Documents/Timing#clock