Question 6:
An RDS DBA changes the time zone of a Maria DB RDS Instance by setting the dynamic parameter time_zone in the DB Parameter Group to the local time zone of the application. An application user is still reporting an incorrect time zone. What actions should the DBA perform to resolve the issue (choose two)?
Answer options:
A.Ensure that the DB Parameter Group is applied to the RDS instance. B.Instruct the application developers to update the application code to use the dynamic parameter type for the time_zone parameter. C.Reboot the RDS DB instance. D.Instruct the application user to disconnect from the database and start a new session. E.Use rdsadmin.rdsadmin_util.alter_db_time_zone procedure to update the RDS instance time zone to value set in the DB Parameter Group.