It happened that the day before it was working fine, the next day, it stopped. I am trying on the same development machine, didn't try on another machine. That's so weird. I am sure I didn't change anything related to Excel generation.
Thanks. It makes sense now.
Since the timezone is +4, this explains the "+4" at the end of the moment date. Had the timezone be UTC, then the moment date displayed would be shown in UTC.
I dunno why this confuses me again, thanks for the explanation. Now I am fine.
This is happening on my local development machine. why would that happen? It was working fine already.
Thanks for the explanation.
Can you show me in the code where this conversion is happening on both, the client side and server side?
Thanks
Hi Ismail,
Seems the Date issue is still not clear to me. I checked the audit logs, the idea is not clear there.
When sending datetime from client to server, what shall i do to the date? Always make sure it is sent as per client timezone? How to do so in Abp?
On submitting a form, on server, Abp based on configured provider to normalizes the date input?
Thanks
Ok. Thanks
Thanks I will give it a try some time soon.
It makes more sense now :-)
Does have the features of a Tenant? Like separate Admin/Members? Or usually it falls under a Tenant (Admin per Tenant)?
Also, how about Permissions? How do they work with OU? Now I deal with Permissions and they target only Tenants and Host. How about OU?
Thanks
Ah great. So I can authenticate my users through the framework WebApi Controllers? So I wont re-create any code, just use the existing?