I have a database in RDS MySQL 5.7 instance and within the Parameters Groups I have defined the parameter "time_zone" as "America / Santiago", but now I want to migrate the database to an Aurora MySQL Serverless cluster (Running MySQL 5.6) but the timezone "America/Santiago" is not available within the "Allowed values".
What is appropriate in these cases so as not to have time_zone differences in the data?