Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MySQL test breakage caused by daylight savings change
Seriously, it broke due to the DST change because it just *happen* to match the -5 hours window used for the test. The fix is to move the test that changes the instance's timezone to its own, isolated, MySQL so it doesn't interfere with the other tests
- Loading branch information