[skip e2e] Update comments of get_current_time func (#13597)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/13659/head
wt 2021-12-17 18:50:55 +08:00 committed by GitHub
parent c4e3b3a19a
commit b730e8c985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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())