Live.getLastVisitsDetails gives few minutes ahead action time(serverTimePretty) in action details.
expected time(serverTimePretty) is when action triggered but it gives the action time(serverTimePretty) by adding 2-3 minutes in time(serverTimePretty) when action triggered.
for example: page view action trigger at 5:00 but it give the time 5:02 or 5:03.
@wmtpratikk are you using the JavaScript tracker? Can you check the time on your server is configured correctly? How do you know it triggered exactly at 5:00 (and where would this time be from)? Eg is this your local time on your laptop/computer?
Generally Matomo uses the time on your server. There isn't any time added it.
@tsteur
Hey, I'm also facing the same issue. Here's the case.
Matomo Server website setting UTC
The tracker used: Js Tracker
I've checked when new entry inserted in visit_log
table visit_last_action_time
field data in 5 minutes ahead of current UTC time
When I visit website UTC: 10:10:00
DB visit_last_action_time
time: 10:15:00
Context:
With initial setup Timezone was in my Local timezone then I changed it to UTC. Not sure it's relevant or not.