Everywhere I read about converting time to a user\'s timezone says that the best method is to store a date and time in UTC then just add the user\'s timezone offset to this
Random: UTC_TIMESTAMP(6) for time with 6 digits of microseconds.
UTC_TIMESTAMP(6)
MySQL 5.7+