时间戳问题

时间戳问题

我有个时间戳"1220578883"如何转为日期 %Y %m %d
这样呢
now = time.localtime(time.time())
str = time.asctime(now)
str = time.strftime("%Y-%M-%d", now)