update min valid time

old-commit-hash: bc5fdf24ae847b3a55c04d905ed5b1acd1d71fb9
This commit is contained in:
Adeeb Shihadeh
2024-01-30 15:00:41 -08:00
parent 7cdbe5f6f5
commit f99c674341
+1 -1
View File
@@ -1,6 +1,6 @@
import datetime
MIN_DATE = datetime.datetime(year=2023, month=6, day=1)
MIN_DATE = datetime.datetime(year=2024, month=1, day=28)
def system_time_valid():
return datetime.datetime.now() > MIN_DATE