티스토리 뷰
>>> import time
>>> from datetime import datetime
>>> time.time()
1345556352.4712839
>>> time.localtime()
(2012, 8, 21, 22, 39, 12, 1, 234, 0)
>>> time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(time.time()))
'2012-08-21 22:39:12'
>>> int(time.mktime(datetime(2012, 8, 21, 22, 34, 34).timetuple()))
1345556074
>>> datetime(*time.strptime("2012-08-21 22:34:34", "%Y-%m-%d %H:%M:%S")[0:6])
datetime.datetime(2012, 8, 21, 22, 34, 34)
'프로그래밍' 카테고리의 다른 글
Python 한글 도메인 punycode 변환 (0) | 2020.03.07 |
---|---|
Bash 10진수를 2진수로 변환 (0) | 2020.03.06 |
Python 스위치에서 트래픽 정보 수집 (0) | 2020.03.06 |
Python traceroute 구현 (0) | 2020.03.05 |
Python 여러가지 싱글톤(singleton) 구현방법 (0) | 2020.03.02 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- Web
- File
- 코드
- monitoring
- PowerShell
- 이슈처리
- command
- 명령어
- client
- MariaDB
- Windows
- Linux
- httpd
- apache
- mysql
- 외부링크
- engineering
- 번역
- check
- Ansible
- Python
- limits
- code
- deview
- 예제
- Module
- configuration
- example
- error
- RESTful
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함