"ValueError: Timezone offset does not match system offset: 28800 != 7200. Please, check your config files."

"ValueError: Timezone offset does not match system offset: 28800 != 7200. Please, check your config files."

我刚从这个问题的主题中得到错误,当运行一个python云服务器(阿里云)上的应用程序时。知道如何在 Ubuntu 上解决它吗?

好的,我找到了:

sudo dpkg-reconfigure tzdata

您还可以为特定用户设置时区信息: 编辑 .bashrc 添加一行:

export TZ="/usr/share/zoneinfo/America/Chicago"

更多详情:https://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/