sqlx
sqlx copied to clipboard
parse timezone parameter in mysql connection url
Identify the timezone when parsing the url and set it by MySqlConnectOptions::timezone.
For example: mysql://user:pass@host/db?timezone=+08:00
Could you add a test case below to ensure that no regressions happen on this parameter?
Done!