Base solution for your next web application
Open Closed

ExecutionTime in AbpAuditlogs is not in UTC #1946


User avatar
0
justin created

I have setup my Web Startup.cs define the clock to be UTC, but the executionTime on Db loggged for AbpAuditLogs is in server time. How can i change it to be TC public void Configuration(IAppBuilder app) Clock.Provider = ClockProviders.Utc;


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Which version of ABP do you use ? And can you confirm the type of Clock.Provider on the server side is UtcClockProvider when you call an AppService method or Controller's action ?