cmake FLB_HAVE_GMTOFF examples

fluent/fluent-bit CMakeLists.txt :930

check_c_source_compiles("
  #include <time.h>
  int main() {
     struct tm tm;
     tm.tm_gmtoff = 0;
     return 0;
  }" FLB_HAVE_GMTOFF)