1 #ifndef STAN_IO_UTIL_HPP
2 #define STAN_IO_UTIL_HPP
31 std::strftime(cbuf, 80,
"%a %b %d %Y %H:%M:%S",
32 std::localtime(&rawtime));
34 return std::string(cbuf);
Probability, optimization and sampling library.
std::string utc_time_string()
Return the current coordinated universal time (UTC) as a string.