0
vishalnikam created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v2.7.0
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
How does ABP framework store the CreationTime or LastModificationTime for any entity ? Is it in UTC format or should it be handle separately and How?
I am using Postgrsql and wanted have all my Datetime fields should be in UTC format. Please suggest solution.