fluent/fluent-bit
CMakeLists.txt
:942
check_c_source_compiles("
#include <time.h>
int main() {
struct tm tm;
tm.tm_zone = \"GMT\";
return 0;
}" FLB_HAVE_TIME_ZONE)
check_c_source_compiles("
#include <time.h>
int main() {
struct tm tm;
tm.tm_zone = \"GMT\";
return 0;
}" FLB_HAVE_TIME_ZONE)