🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -636,4 +636,4 @@ def translate_timestamp_to_human_readable(timestamp: float, mode: str = "normal"
|
||||
return time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(timestamp)) + ":\n"
|
||||
else: # mode = "lite" or unknown
|
||||
# 只返回时分秒格式,喵~
|
||||
return time.strftime("%H:%M:%S", time.localtime(timestamp))
|
||||
return time.strftime("%H:%M:%S", time.localtime(timestamp))
|
||||
|
||||
Reference in New Issue
Block a user