We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a373f commit 9915843Copy full SHA for 9915843
sc2reader/resources.py
@@ -98,10 +98,10 @@ class Replay(Resource):
98
#: Deprecated: See `end_time` below.
99
date = None
100
101
- #: A datetime object representing the local time at the end of the game.
+ #: A datetime object representing the utc time at the end of the game.
102
end_time = None
103
104
- #: A datetime object representing the local time at the start of the game
+ #: A datetime object representing the utc time at the start of the game
105
start_time = None
106
107
#: Deprecated: See `game_length` below.
0 commit comments