Box 程序
# -*- coding: utf-8 -*- import time def local_string(): return time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())