1970-01-01 in mktime generates overflow...

This commit is contained in:
Gerko de Roo 2010-05-17 20:04:14 +02:00 committed by Worros
parent 1edf860760
commit 3716f11f06

View File

@ -876,7 +876,7 @@ class Filters(threading.Thread):
t2 = self.end_date.get_text()
if t1 == '':
t1 = '1970-01-01'
t1 = '1970-01-02'
if t2 == '':
t2 = '2020-12-12'