0
ajayak created
What would be the steps required to change all dates to UTC format on Angular + .NET Core solution?
5 Answer(s)
-
0
Hi @ajayak
You need to set
Clock.Provider = ClockProviders.Utc;
, see https://aspnetboilerplate.com/Pages/Documents/Timing -
0
Hi @ismcagdas,
What changes do I have to make in Angular frontend? Do I need to update all dates on Angular?
-
0
@ismcagdas ?
-
0
Hi @ajayak
No you don't have to do anything on Angular side. Have you done it ? If so, did you have a problem ?
-
0
Just wanted to confirm if any change required at frontend :)