Timezone

Jmnote (토론 | 기여)님의 2014년 8월 22일 (금) 16:33 판 (→‎Python)

Python

import time
print( time.timezone )
# -32400
print( time.timezone / 3600 )
# -9.0
print( time.strftime('%z', time.localtime()) )
# 대한민국 표준시
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}