TIMES: record Hands.importTime as UTC instead of localtime
This commit is contained in:
parent
794f0a0374
commit
59294a7b94
|
@ -1564,7 +1564,7 @@ class Database:
|
|||
p['siteHandNo'],
|
||||
p['tourneyId'],
|
||||
p['startTime'],
|
||||
datetime.today(), #importtime
|
||||
datetime.utcnow(), #importtime
|
||||
p['seats'],
|
||||
p['maxSeats'],
|
||||
p['texture'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user