Skip to content

Commit 8acc4b6

Browse files
committed
Update docs to note that replay times are client times not server times.
1 parent 6f83357 commit 8acc4b6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sc2reader/resources.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,16 @@ class Replay(Resource):
103103
#: A reference to the loaded :class:`Map` resource.
104104
map = None
105105

106-
#: The UTC time the game was ended as represented by the Windows OS
106+
#: The UTC time (according to the client NOT the server) that the game
107+
#: was ended as represented by the Windows OS
107108
windows_timestamp = int()
108109

109-
#: The UTC time the game was ended as represented by the Unix OS
110+
#: The UTC time (according to the client NOT the server) that the game
111+
#: was ended as represented by the Unix OS
110112
unix_timestamp = int()
111113

112-
#: The time zone adjustment for the location the replay was recorded at
114+
#: The time zone adjustment for the time zone registered on the local
115+
#: computer that recorded this replay.
113116
time_zone= int()
114117

115118
#: Deprecated: See `end_time` below.

0 commit comments

Comments
 (0)