parse_http_time
BDateTime parse_http_time(const BString& string);
CPPUNIT_ASSERT(kExpectedDateTime == parse_http_time(timeString));
parse_http_time(timeString);
using BPrivate::Network::parse_http_time;