• Vladislav Vaintroub's avatar
    MDEV-32189 Use icu for timezones on windows · 3424ed7d
    Vladislav Vaintroub authored
    Use ICU to work with timezones, to retrieve current timezone name,
    abbreviation, and offset from GMT. However in case TZ environment variable
    is used to set timezone, and ICU does not have corresponding one,
    C runtime functions will be used.
    
    Moved some of timezone handling to mysys.
    Added unit tests.
    3424ed7d
tztime.h 3.42 KB