밀리세컨드 날짜 변환

2021. 1. 17. 22:36파이썬

import datetime
date = datetime.datetime.fromtimestamp(1610895600).strftime('%Y-%m-%d')
print(date)