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 D | http_time.cpp | 23 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 D | http_client_time.cpp | 27 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 D | net_http_utils.cpp | 26 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()
|