Skip to content

Commit c772886

Browse files
authored
caps fix
1 parent c8191de commit c772886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/engine/plugins/gameheart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def handleInitGame(self, event, replay):
6767
)
6868
replay.start_time = datetime.fromtimestamp(
6969
replay.unix_timestamp - replay.real_length.seconds,
70-
timezone.UTC
70+
timezone.utc
7171
)
7272

7373
def fix_events(self, replay, start_frame):

0 commit comments

Comments
 (0)