Any way to set mysql datasource connection parameters?

In java I can set the jdbc parameters like

jdbc:mysql://localhost:3306/db?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC

Can I set serverTimezone in grafana configuration of mysql datasource?