RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
739 stars 44 forks source link

[BUG] Confusing start time of a valorant match in API endpoint "/val/match/v1/matches/{matchId}" #771

Open naot97 opened 1 year ago

naot97 commented 1 year ago

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. image

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.

raimannma commented 1 year ago

Yeah they are slightly off.

Duplicate of https://github.com/RiotGames/developer-relations/issues/775