MySQL – SYSTEM Time Zone Not Getting Correct Date on CURRENT_TIME

configurationenvironment-variablesMySQLssh

Via SSH I print the current date of my server, which is correct based on my location:

SSH

When I run SHOW GLOBAL VARIABLES on MySQL, I have time_zone = SYSTEM – which makes me think MySQL will be using the system date and time.

However, when I run SELECT CURRENT_TIME it returns to me a result that looks like it's in another time zone (ignore the diff in minutes due to the time I took between both snapshots):

SQL

Is there any other necessary configuration to make CURRENT_TIME in MySQL reflect exactly the same system date time?

Best Answer

Solved, not through MySQL, but in my WHM > Server Configuration > Server Time, then clicked on Sync Time with Time Server.