(349 . 7)(349 . 7)
13 day_end = day_start + timedelta(days=1)
14
15 # Enable 'tail' is day_end is after end of current day
16 if day_end.day > now.day:
17 if day_end > now:
18 tail = True
19
20 # Get the loglines from DB