[steven@txzxp2 seccenter]$ python Python 2.7.5 (default, Jul 8 2013, 09:48:59) [GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> i…
var unixtime=1358932051;formatTime (time) { let unixtime = time let unixTimestamp = new Date(unixtime * 1000) let Y = unixTimestamp.getFullYear() let M = ((unixTimestamp.getMonth() + 1) > 10 ? (unixTimestamp.getMonth() + 1) : '0' + (unixTimestamp.get…