0

I want to know which is my timezone (GMT, or GMT+1 or ...).
There's any function in MySQL to know it?

Thanks for the answers

Arkalex
  • 101
  • 6

1 Answers1

3

Check this out.

SELECT TIMEDIFF(NOW(), UTC_TIMESTAMP);
Piyush
  • 3,947
  • 9
  • 36
  • 69