mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
import time package
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
from config_parse import CFG
|
||||
from datetime import datetime, timedelta
|
||||
import time
|
||||
|
||||
def between_dates(t,date1,date2):
|
||||
if (date1 == None or date1 <= t) and (date2 == None or date2 > t):
|
||||
|
||||
Reference in New Issue
Block a user