apscheduler使用uWSGI的mule模块部署的时候报错,

因为系统时区和代码运行时区不一样导致。

解决办法:在初始化的时候指定上海的时区

scheduler = BlockingScheduler(timezone="Asia/Shanghai")

Timezone offset does not match system offset: 0 != -32400. Please, check your config files


 
                    
            
                

相关文章:

  • 2022-01-28
  • 2021-06-07
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2022-02-01
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2021-12-01
  • 2022-01-08
  • 2021-08-16
相关资源
相似解决方案