1970-01-01 in mktime generates overflow...
This commit is contained in:
parent
1edf860760
commit
3716f11f06
|
@ -876,7 +876,7 @@ class Filters(threading.Thread):
|
||||||
t2 = self.end_date.get_text()
|
t2 = self.end_date.get_text()
|
||||||
|
|
||||||
if t1 == '':
|
if t1 == '':
|
||||||
t1 = '1970-01-01'
|
t1 = '1970-01-02'
|
||||||
if t2 == '':
|
if t2 == '':
|
||||||
t2 = '2020-12-12'
|
t2 = '2020-12-12'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user