Skip to content

Category Archives: Python

Python Two-Liner to Convert from a Unix Time Stamp

10-Dec-09

>>> import time
>>> time.gmtime(1253548874)
(2009, 9, 21, 16, 1, 14, 0, 264, 0)