2014-06-13 UTC
# gRegor` The nice thing about using timestamp type (mysql) is that it's stored in UTC, *and* you don't have to perform any math to adjust it. Just set the timezone you want before your query and it works. Unless you're changing timezones a lot between rows, I think that's simpler.