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 c8191de commit c772886Copy full SHA for c772886
sc2reader/engine/plugins/gameheart.py
@@ -67,7 +67,7 @@ def handleInitGame(self, event, replay):
67
)
68
replay.start_time = datetime.fromtimestamp(
69
replay.unix_timestamp - replay.real_length.seconds,
70
- timezone.UTC
+ timezone.utc
71
72
73
def fix_events(self, replay, start_frame):
0 commit comments