I am inserting data via MySQL
in local server CURRENT_TIMESTAMP()
saves my country time.
Now I'm working in a hosting and CURRENT_TIMESTAMP() is 5 hours higher.
I have added
SET time_zone = '-5:00'
But it doesn't fix the problem
How do I fix this?