Storing Event Time in Axon 4.0.3 not in UTC (without timezone)

Hello,
As I can see in the Axon dashboard, all event date (timestamp) are stored in UTC by Default , I want to know if there is a way to store time considering localDateTime?
Thanks

Hi,
as far as I know, storing timestamps in UTC is considered the best practice.

Could you please explain your use case, and why you would need a different strategy?

Hi,
I want my application to detect my localDateTime (of my pc). I think it’s not best practise in terms of efficacity, as far as my application raises an event, registered it in the axon dashboard 2 hours ago. So the client should always take the time that not match his local date into consideration however I want it to be free of responsability and charge.
Thanks

just use Instant and UTC, do some research; you will understand that it will be the best solution.
And forget about “efficacity”, there is really no impact