python Only timezones from the pytz library are supported
Posted liujingqiu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Only timezones from the pytz library are supported相关的知识,希望对你有一定的参考价值。
最近在使用测试平台时,使用到定时任务时,遇到的问题:
新建失败:Only timezones from the pytz library are supported
各种方法百度等,均不得其解。
这个问题的出现,相同的代码,在不同的电脑上表现出来的形式,排除法分析可能会是python版本或者python库版本问题。
后面在一个帖子中,看到,将tzlocal 的版本改为2.1
当使用pip list查看到,当前出错的tzlocal版本是 3.0
于是试着重新安装了tzlocal ,pip install tzlocal==2.1
安装后,再次新建定时任务,ok了。
谢谢这个帖子的启发。
https://zhuanlan.zhihu.com/p/403096201
以上是关于python Only timezones from the pytz library are supported的主要内容,如果未能解决你的问题,请参考以下文章
python Only timezones from the pytz library are supported
Python timezone package All In One
python 将App添加到Project并更新Timezone