select timediff(now(),convert_tz(now(),@@session.time_zone,’+00:00′));
![techfolks mysql tutorials](https://www.techfolks.net/wp-content/uploads/2016/06/techfolks-mysql-tutorials.png)
How to Get the Current Timezone of Mysql Database
By running below query you can able to get the Current Timezone of the database server.
Tutorials | Themes | Tools
select timediff(now(),convert_tz(now(),@@session.time_zone,’+00:00′));