TIMES: record Hands.importTime as UTC instead of localtime

This commit is contained in:
steffen123 2010-07-17 03:01:09 +02:00
parent 794f0a0374
commit 59294a7b94

View File

@ -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'],