中国不在蟒蛇箭头工作的时区

时间:2017-03-26 23:14:25

标签: python datetime python-arrow

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个试图将时间转换为中国时间的则没有。我该如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

尝试使用Asia / Shanghai或zh-cn作为时区字符串。