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);
std::string utc_time_string()
Return the current coordinated universal time (UTC) as a string.