in vroom/bazelbuild-examples/cpp-tutorial/stage3/lib/hello-time.cc [5:8]
void print_localtime() { std::time_t result = std::time(nullptr); std::cout << std::asctime(std::localtime(&result)); }