some test updates

This commit is contained in:
stvnrlly
2022-11-22 16:33:55 -05:00
parent 46723b6c11
commit 86b28e5e44
5 changed files with 41 additions and 32 deletions

View File

@@ -104,6 +104,7 @@ def get_human_day(time, prefix_today_with='T'):
def get_furthest_possible_scheduled_time():
# TODO: update this so it pulls in 4 days at local timezone, not UTC
return (datetime.utcnow() + timedelta(days=4)).replace(hour=0)