guarantee-admin-api-v0.2/Modules/Common/CommonUtils.py

9 lines
156 B
Python

import time
class CommonUtils(object):
@staticmethod
def get_current_time():
return time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())