• Vladislav Vaintroub's avatar
    MDEV-339, LP1001340 - system_time_zone is wrong on Windows · 99edca97
    Vladislav Vaintroub authored
    On localized Windows versions, Windows uses localized time zone names and contain non-ASCII characters.  non-ASCII characters appear broken when displayed by clients
    The fix is to declare system_time_zone variable to have UTF8 encoding and to convert tzname to UTF8.
    99edca97
sys_vars.cc 145 KB