cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations time/struct-tm-tm_zone.c -o time/struct-tm-tm_zone -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv time/struct-tm-tm_zone.c: In function ‘foo’: time/struct-tm-tm_zone.c:4:34: error: ‘struct tm’ has no member named ‘tm_zone’; did you mean ‘tm_mon’? 4 | const char **qux = &bar->tm_zone; | ^~~~~~~ | tm_mon