摘要: # UTC2BJS def UTC2BJS(UTC): UTC_format = "%Y-%m-%dT%H:%M:%S.%fZ" BJS_format = "%Y-%m-%d %H:%M:%S" UTC = datetime.strptime(UTC,UTC_format) #格林威治时间+8小时变 阅读全文
posted @ 2020-11-05 17:41 醒日是归时 阅读(1520) 评论(0) 推荐(0) 编辑