arrow.get('2016-01-01')
arrow.get(datetime.now(), 'US/Pacific')
arrow.get(datetime.now(), 'China')
arrow.get(datetime.now(), 'CT')
arrow.get(datetime.now(), 'CST')
因此,前两个陈述有效,但其余3个试图将时间转换为中国时间的则没有。我该如何解决这个问题?
答案 0 :(得分:2)
尝试使用Asia / Shanghai或zh-cn作为时区字符串。