seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 256 forks source link

What is the timezone of GAME_TIME? #129

Closed idohi closed 5 years ago

idohi commented 6 years ago

In nba_py.game.BoxscoreSummary() --> game_info(). What is the timezone of GAME_TIME ?

Example:

boxscore_summary = game.BoxscoreSummary("0021600457")
print(boxscore_summary.game_info())

[{
 u'GAME_DATE': u'SUNDAY, DECEMBER 25, 2016', 
 u'GAME_TIME': u'2:36', 
 u'ATTENDANCE': 20562
}]
ashyxz commented 5 years ago

GAME_TIME in that case refers to the length of the game