尝试使用时区信息解析日期时间字符串并获取utc 偏移量 from dateutil.parser import parse as parse_date s = '2017-08-28 06:08:20,488 CDT' dt = parse_date(s) ...
確定! 回上一頁