set names utf8; select version(); select @a:=time('1:11'), charset(time('1:11')), charset(@a), collation(@a); select @a:=sec_to_time(1), charset(sec_to_time(1)), charset(@a), collation(@a); select @a:=date('11-01-01'), charset(date('11-01-01')), charset(@a), collation(@a); select @a:=from_unixtime(1), charset(from_unixtime(1)), charset(@a), collation(@a); select @a:=time('1:11'), @a < time('2:22');