[PYTHON/COMMON] strftime 함수 : struct_time 객체에서 날짜/시간 문자열 구하기


■ strftime 함수를 사용해 struct_time 객체에서 날짜/시간 문자열을 구하는 방법을 보여준다.

예제 코드 (PY)