0
ajayak created
What would be the steps required to change all dates to UTC format on Angular + .NET Core solution?
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
5 Answer(s)
-
0
Hi @ajayak
You need to set
Clock.Provider = ClockProviders.Utc;, see https://aspnetboilerplate.com/Pages/Documents/TimingMarkdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi @ismcagdas,
What changes do I have to make in Angular frontend? Do I need to update all dates on Angular?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
@ismcagdas ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
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 ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Just wanted to confirm if any change required at frontend :)
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)