Home
last modified time | relevance | path

Searched refs:RFC850 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp41 {BHttpTimeFormat::RFC850, "%A, %d-%b-%y %H:%M:%S GMT"}, // canonical
42 {BHttpTimeFormat::RFC850, "%A, %d-%b-%y %H:%M:%S"}, // without timezone
44 {BHttpTimeFormat::RFC850, "%a, %d-%b-%Y %H:%M:%S"}, // without timezone
45 {BHttpTimeFormat::RFC850, "%a, %d-%b-%Y %H:%M:%S GMT"}, // with 4-digit year
46 {BHttpTimeFormat::RFC850, "%a, %d-%b-%Y %H:%M:%S UTC"}, // "UTC" timezone
/haiku/headers/private/netservices2/
H A DHttpTime.h18 enum class BHttpTimeFormat : int8 { RFC1123 = 0, RFC850, AscTime }; enumerator
/haiku/docs/user/netservices/
H A DHttpTime.dox39 <tr><td>RFC850</td><td>Sunday, 06-Nov-94 08:49:37 GMT</td></tr>
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp349 format_http_time(kExpectedDateTime, BHttpTimeFormat::RFC850)); in HttpTimeTest()