Skip to content

Commit 9915843

Browse files
committed
Fix the documentation for end_time and start_time.
1 parent 47a373f commit 9915843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/resources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ class Replay(Resource):
9898
#: Deprecated: See `end_time` below.
9999
date = None
100100

101-
#: A datetime object representing the local time at the end of the game.
101+
#: A datetime object representing the utc time at the end of the game.
102102
end_time = None
103103

104-
#: A datetime object representing the local time at the start of the game
104+
#: A datetime object representing the utc time at the start of the game
105105
start_time = None
106106

107107
#: Deprecated: See `game_length` below.

0 commit comments

Comments
 (0)