cmake HAVE_STD_CHRONO_TIME_ZONE examples

nghttp2/nghttp2 CMakeLists.txt :147

check_cxx_source_compiles("
  #include <chrono>
  int main() { auto tz = std::chrono::current_zone(); (void)tz; }" HAVE_STD_CHRONO_TIME_ZONE)