[BUG] Confusing start time of a valorant match in API endpoint "/val/match/v1/matches/{matchId}"
Bug Description
2 params "timeSinceGameStartMillis" and "gameStartMillis" do not have same start time.
Problem Description
I just saw the timestamp of kills event is earlier than it actually is.
For example is:
The sum of "timeSinceGameStartMillis" and "gameStartMillis" is 1683785428889 - 05:24:57 am.. But the kill time is 05:26:40 in the real world - 12:26:40 in the below image, my timezone is + 7. The timestamp of kills event in API is earlier about 103 seconds.
Because 2 params "timeSinceGameStartMillis" and "gameStartMillis" do not have same start time. And the API does not provide enough information to compute the correct timestamp in real world.
Expected Result
Please update the API and provide enough information about the timing in a match.
Yeah they are slightly off.
Duplicate of https://github.com/RiotGames/developer-relations/issues/775