scheduler timezone
File "/usr/local/lib/python3.6/dist-packages/tzlocal/utils.py", line 38, in assert_tz_offset
raise ValueError(msg)
ValueError: Timezone offset does not match system offset: 7200 != 28800. Please, check your config files.
eg:
_sched = BackgroundScheduler(timezone="Asia/Shanghai")
schdu_timezone variable should be added to the settings.py configuration
It’s better to configure the timezone of your server instead, then restart ScrapydWeb.
修改过了,就会提示这个,只有utc才正常
Related issue from repo tzlocal: https://github.com/regebro/tzlocal/issues/73 What’s the OS and timezone of your host?
Germany ubuntu was originally utc time zone, use tzselect to change to Asia/Shanghai prompt time zone offset error
Hi, I met this issue also ,is there any method to resolve it?
same issue here