Can MySQL convert a stored UTC time to local time-zoned time directly in a normal select statement?
Let\'s say you have some data with a timestamp (UTC).
I propose to use
SET time_zone = 'proper timezone';
being done once right after connect to database. and after this all timestamps will be converted automatically when selecting them.