Python3 Gmtime 方法 Python3 Ctime 方法 Python3 Localtime 方法 Python3 Gmtime 方法 #!/usr/bin/python3 import time print ("gmtime :", time.gmtime(1455508609.34375)) Python3 Ctime 方法 Python3 Localtime 方法