def get_start_time(self):
"""
Determine the time the door should open.
Returns:
Datetime
"""
# minimum door opening is 8am local time
# if it opens too early the raccoons arrive for breakfast :(
return parser.parse('08:00:00').replace(tzinfo=tz.tzlocal())
评论列表
文章目录