Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我没有指定cutoff_time哪个日期将是原始 TIME_SINCE_LAST 的参考?
cutoff_time
我在文档中找不到它。
谢谢!
如果未提供截止时间,则截止时间将设置为当前时间cutoff_time = datetime.now()
cutoff_time = datetime.now()