I am using the UNIX_TIMESTAMP
function to convert a date to unix format.
The date is this: 2018-04-16 12:00:00
when I use UNIX_TIMESTAMP('2018-04-16 12:00:00');
returns 1524225600
that is equal to 2018-04-16 07:00:00
Why does that happen?