Hello,
I have made the Clock.Provider as UTC in the application and can see the timezone setting for tenants/users. However when I set to a specific region, I am not able to see the values correctly in that locale (for ex, Login Attempts)? The values that are already in the database would be done with UnspecifiedClockProvider as per the documentation. So what would be the expected behavior here or are we missing any steps in the frontend?
Thanks in advance.
3 Answer(s)
-
0
Hi @chaitanya.sonavale,
If you use UnspecifiedClockProvider, AspNet Zero doesn't normalize your date values. Do you use momentFormat pipe in your Angular page ? https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/shared/utils/moment-format.pipe.ts
-
0
Hi @ismcagdas,
Thank you for getting back to me so quickly. I don't believe we are using momentFormat pipe in angular pages. I'll check and get back to you shortly.
Meantime, Is there any link in asp.net zero/asp.net boilerplate docuementation regarding this?
Thanks again.
-
0
Hi,
Sorry, it is not documented. You are right, we must document it.