유닉스 타임 스탬프 문자열을 읽을 수있는 날짜로 변환
파이썬에서 유닉스 타임 스탬프 (예 : "1284101485")를 나타내는 문자열이 있으며, 읽을 수있는 날짜로 변환하고 싶습니다. 내가 사용하는 경우 time.strftime, 내가 얻을 TypeError: >>>import time >>>print time.strftime("%B %d %Y", "1284101485") Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: argument must be 9-item sequence, not str