mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Update comments of get_current_time func (#13597)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13659/head
parent
c4e3b3a19a
commit
b730e8c985
|
@ -101,7 +101,7 @@ def get_unique_name(prefix=None):
|
|||
|
||||
|
||||
def get_current_time():
|
||||
""" return current time"""
|
||||
""" Return current time"""
|
||||
return time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue