format_http_time
BString format_http_time(BDateTime timestamp,
BString("Sun, 07 Dec 2003 16:01:00 GMT"), format_http_time(kExpectedDateTime));
format_http_time(kExpectedDateTime, BHttpTimeFormat::RFC850));
format_http_time(kExpectedDateTime, BHttpTimeFormat::AscTime));
using BPrivate::Network::format_http_time;