On Thu, 2010-07-15 at 15:48 +0300, Patrick Loney wrote:
std::string nowString =
boost::posix_time::to_iso_extended_string( now );
Is there any way to change the 'T' char separator with another character or string?
nowString[10] = 'X'
--> Mika Heiskanen