std::basic_ostream supports the new std::put_time function.
I am not surprised since this is not the classic << overload as according to the documentation: http://en.cppreference.com/w/cpp/io/manip/put_time.
Not sure if cppformat should support it, but it would be nice.