Hi,
https://amplitude.com/blog/dont-trust-client-data
https://help.amplitude.com/hc/en-us/articles/229313067#Raw-Data-Fields
As I understand via above links.
Device Time can be incorrect and “Server Received Time - Client Upload Time” can be assumed as approximate difference between device time and real time.
Thus, Event Time(Client Event Time + Server Received Time - Client Upload Time) is used on Dashboard.
But, in my case, I used React Native SDK, and changed device(android real device) time. and install my app, and send data.
Client Event Time is based on device time, but, Client Upload Time is based on real time. (There is no offline status)
Then, event is misrepresented on chart by device local time not real time.
How can I see chart based real time?