MDEV-32189 Use icu for timezones on windows
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.
Showing
mysys/my_timezone.cc
0 → 100644
unittest/mysys/my_tzinfo-t.c
0 → 100644
Please register or sign in to comment