Thanks for your reply, I have a confusion how can we implement this.
Clock.cs is placed under namespace Abp.Timing and this name space is placed under Abp.dll. In the project Abp.dll is already added then how can we change this.
Thanks
How can we use the IClockProvider Interface/Clock class. As On the create event we are using the below code.
var history = input.MapTo<TrIncentiveActivityHistory>(); await _incentiveActivityHistoryRepository.InsertAsync(history);
The above code is saving the system's datetime for CreationTime. But I would like to change this in a specific time zone.
Thanks
Hello Support,
We are facing an issue that the application is considering the UTC time zone for each activity, but we want to use the EST timezone. User can access the application is any time zone, but we want that application will use the EST timezone. Could you please help us how we can achieve this?
Thanks