timknip / pyswf

A Python library to read and write SWF files

Home Page:https://github.com/timknip/pyswf/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just need to use utcfromtimestamp.

SizheRee opened this issue · comments

commented

pyswf/swf/tag.py

Line 2147 in 3740cc8

s += " compileTime: %d (%s)" % (self.compileTime, datetime.datetime.fromtimestamp(self.compileTime//1000.0).ctime())

s += " compileTime: %d (%s)" % (self.compileTime, datetime.datetime.utcfromtimestamp(self.compileTime//1000.0).ctime())