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)
-
0
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 ?