File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments