Sansossio / twisted

Fetching riot games api data
122 stars 45 forks source link

Game duration for MatchV5DTOs is not always in milliseconds #82

Closed Ismaaa closed 1 year ago

Ismaaa commented 1 year ago

Prior to patch 11.20, this field returns the game length in milliseconds calculated from gameEndTimestamp - gameStartTimestamp. Post patch 11.20, this field returns the max timePlayed of any participant in the game in seconds.

Here's the issue on the official repo: https://github.com/RiotGames/developer-relations/issues/559