Query,
SELECT DATE_FORMAT(FROM_UNIXTIME(1581428320), '%m/%d/%Y %H:%i:%s') as time
gives different time,
Local: 02/11/2020 07:38:40
Server: 02/11/2020 13:38:40
I am on aws ec2 instance, there is way to set timezone but it needs reboot instance, unfortunately i cant able to reboot. is there anyother way to get CST time without changing query?