timknip / pyswf

A Python library to read and write SWF files
https://github.com/timknip/pyswf/wiki
MIT License
158 stars 66 forks source link

Just need to use utcfromtimestamp. #50

Open SizheRee opened 4 years ago

SizheRee commented 4 years ago

https://github.com/timknip/pyswf/blob/3740cc80d7650156831e728ea0d408819e5671eb/swf/tag.py#L2147

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