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

9 lines
156 B
Python
Raw Normal View History

2022-05-25 14:41:58 +08:00
import time
class CommonUtils(object):
@staticmethod
def get_current_time():
return time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())