Sunday, December 9, 2012

What time and timezone does a MySQL instance use?

select CURRENT_TIMESTAMP();
select @@global.time_zone;

1 comment: