rfc822_date = 'Wed, 21 Oct 2015 07:28:00 GMT'
timestamp = email.utils.mktime_tz((email.utils.parsedate_tz(rfc822_date))) --> 1445412480
'Python' 카테고리의 다른 글
[python] 문자열 n번째 자리에 문자 삽입하기 (0) | 2018.06.21 |
---|---|
윈도우에서 python mysqlclient 패키지 설치하기 (0) | 2017.12.22 |
[Python] sqlalchemy "Mysql Gone Away" 오류 (0) | 2017.05.22 |
AWS Cognito Python Sample Code (0) | 2017.01.11 |
[python] 트래픽 초과 시 메일 발송하기 (0) | 2016.12.01 |