This commit is contained in:
CodeKevin
2016-04-26 22:25:07 -04:00
parent f563cd5a21
commit 691c971ebd

View File

@@ -227,7 +227,7 @@ def can_view_challenges():
def unix_time(dt):
return int(time.mktime(dt.timetuple()))
return int((dt - datetime.datetime(1970, 1, 1)).total_seconds())
def unix_time_millis(dt):