Python3 Localtime 方法 Python3 Gmtime 方法 Python3 Mktime 方法 Python3 Localtime 方法 #!/usr/bin/python3 import time print ("time.localtime() : %s" , time.localtime()) Python3 Gmtime 方法 Python3 Mktime 方法