티스토리 뷰
import os.path, time
print("last modified: %s" % time.ctime(os.path.getmtime(file)))
print("created: %s" % time.ctime(os.path.getctime(file))
https://stackoverflow.com/questions/237079/how-to-get-file-creation-modification-date-times
yyyy-mm-dd hh:mm:ss 형식으로 받고 싶다면
def get_modified_time(file):
return datetime.fromtimestamp(os.path.getmtime(file)).strftime('%Y-%m-%d %H:%M:%S')
https://stackoverflow.com/questions/19501711/how-can-i-convert-os-path-getctime
배포했던 패키지에 달린 아래의 이슈 때문에 해당 기능을 찾게 됐었음.
https://github.com/developer0hye/BatchedFFmpeg/issues/3
'Python' 카테고리의 다른 글
[Python] Numpy Batched IoU 코드 (0) | 2022.01.19 |
---|---|
PyPi 배포 스크립트 (0) | 2022.01.09 |
Static member variable in Python (0) | 2021.12.29 |
[Python] multiprocessing 실제 적용 사례 image-knocker (0) | 2021.09.08 |
[Python] PyPI 배포하다가 겪은 문제들 (0) | 2021.08.13 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Lowest Common Ancestor
- 가장 긴 증가하는 부분 수열
- 단축키
- 문제집
- 파이참
- 백준 11437
- cosine
- 백준 11053
- MOT
- ㅂ
- 백준 1766
- LCA
- 백트래킹
- 이분탐색
- C++ Deploy
- PyCharm
- 조합
- 인공지능을 위한 선형대수
- 백준
- FairMOT
- 순열
- 위상 정렬 알고리즘
- 자료구조
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함