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.