摘要: 1 #! /usr/bin/env python3 2 #-*-coding:utf-8-*- 3 import re 4 from datetime import datetime, timezone, timedelta 5 6 def to_timestamp(dt_str, tz_str): 7 cday = datetime.strptime(dt_str, '... 阅读全文
posted @ 2017-08-30 00:41 绝望的老猫 阅读(112) 评论(0) 推荐(0) 编辑