python CST时间转换为其他格式字符串思路: 先把CST格式时间转换为时间对象,在对转换成的时间对象做字符串格式转换import time
# 实例 CST 格式字符串
timestr = 'Fri Feb 25 17:35:08 C
2022-02-25