While using pymysql driver, we are first executing set time_zone= <timezone> on cursor and then the query.
We want to use same time zone while using read_sql and sqlalchemy_engine while selecting data as dataframe.
Is it possible to set the timezone while using pd.read_sql?
Or can timezone be set while creating sqlalchemy_engine?