Refine code with cursor
This commit is contained in:
@@ -47,4 +47,4 @@ def get_utc_after(utc_time: datetime, hours: float=0.0, seconds: float=0.0):
|
||||
'''
|
||||
获取 utc 时间后面的一个时间点
|
||||
'''
|
||||
return utc_time + timedelta(hours=hours, seconds=seconds)
|
||||
return utc_time + timedelta(hours=hours, seconds=seconds)
|
||||
|
||||
Reference in New Issue
Block a user