Skip to content

Commit 02e9730

Browse files
author
Paul Philion
committed
fixing a time zone problem
1 parent 42fcade commit 02e9730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netbot/netbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ async def recycle_tickets(self):
511511

512512

513513
# The goal is to run the "daily" activities at 10am pacific daily
514-
_ten_am_pacific = synctime.parse_hours("10:00 PT")
514+
_ten_am_pacific = synctime.parse_hours("10:00 -0800")
515515
@tasks.loop(time=_ten_am_pacific)
516516
async def run_daily_tasks(self):
517517
"""Process dusty and recycled tickets.

0 commit comments

Comments
 (0)