pymysql连接时,指定timezone时区
https://github.com/PyMySQL/PyMySQL/issues/624
https://stackoverflow.com/questions/57397982/how-do-i-create-mysqlpymysql-engine-with-time-zone-configured
engine = create_engine(..., connect_args={"init_command": "SET SESSION time_zone='+08:00'"})