ptime t3 = from_time_t( t ); std::cout << "ptime from time_t: " << to_simple_string( t3 ) << std::endl; ptime t4 = ptime_from_tm( *t2 );
確定! 回上一頁