Home
last modified time | relevance | path

Searched refs:GMT_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_time.cpp23 static constexpr const char *GMT_TIME = "%a, %d %b %Y %H:%M:%S GMT"; variable
32 ss >> std::get_time(&tm, GMT_TIME); in StrTimeToTimestamp()
60 if (strftime(s, sizeof(s), GMT_TIME, &timeInfo) == 0) { in GetNowTimeGMT()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_time.cpp27 static constexpr const char *GMT_TIME = "%a, %d %b %Y %H:%M:%S GMT"; variable
42 if (strftime(s, sizeof(s), GMT_TIME, &timeInfo) == 0) { in GetNowTimeGMT()
58 ss >> std::get_time(&tm, GMT_TIME); in GetNowTimeGMT()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_utils.cpp26 static constexpr const char *GMT_TIME = "%a, %d %b %Y %H:%M:%S GMT"; variable
104 ss >> std::get_time(&tm, GMT_TIME); in StrTimeToTimestamp()
130 if (strftime(s, sizeof(s), GMT_TIME, &timeInfo) == 0) { in GetNowTimeGMT()