When analyzing sessions, you can refer to three different dates related to that session.
1- The date and time on the device of the user at the moment of recording the session.
This is based on recorded time and users' time zone.
2- The date and time when the session was uploaded to the server. This is based on uploaded time and UTC time zone.
3- The date and time when the session was recorded, based on recorded time and UTC time zone.
In this case, we take the device time (explained in point 1) and convert it to UTC.
💡 Why do I see a time "in the future" when looking at the recording or device time?
Our SDK gathers the date and time information from the User's device, which means that if a user decided to set a time in the future for the device, this time and date would be passed to UXCam as well.
This shouldn't happen frequently, however, if it happens, you can always look at the uploaded time to estimate the real recording date.