I\'m just trying to get MySQL to store time in GMT...
I\'ve read the documentation here: http://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html
It say
I use this for GMT+2: SET GLOBAL time_zone = '+02:00';