python APScheduler timezone问题和linux系统环境timezone不对称报错
运行python报错ValueError: Timezone offset does not match system offset: 28800 != 0. Please, check your config files.首先,我们可以看看源码lib/python2.7/site-packages/tzlocal/utils.py# -*- coding: utf-8 -*-import timeimport datetimeimport calendardef get_syst




