We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fcade commit 02e9730Copy full SHA for 02e9730
1 file changed
netbot/netbot.py
@@ -511,7 +511,7 @@ async def recycle_tickets(self):
511
512
513
# The goal is to run the "daily" activities at 10am pacific daily
514
- _ten_am_pacific = synctime.parse_hours("10:00 PT")
+ _ten_am_pacific = synctime.parse_hours("10:00 -0800")
515
@tasks.loop(time=_ten_am_pacific)
516
async def run_daily_tasks(self):
517
"""Process dusty and recycled tickets.
0 commit comments