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['siteHandNo'],
|
||||||
p['tourneyId'],
|
p['tourneyId'],
|
||||||
p['startTime'],
|
p['startTime'],
|
||||||
datetime.today(), #importtime
|
datetime.utcnow(), #importtime
|
||||||
p['seats'],
|
p['seats'],
|
||||||
p['maxSeats'],
|
p['maxSeats'],
|
||||||
p['texture'],
|
p['texture'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user