Does C++ stl have a standard time class? Or do I have to convert to c-string before writing to a stream. Example, I want to output the current date/time to a string stream:<
There is also a ctime(&time_t) method which outputs string (char*).