MySQL 9.1.0
Source Code Documentation
|
#include <array>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <map>
#include <stdexcept>
#include <string>
#include "http/base/http_time.h"
Namespaces | |
namespace | http |
namespace | http::base |
Functions | |
HTTP_COMMON_EXPORT int | http::base::time_to_rfc5322_fixdate (time_t ts, char *date_buf, size_t date_buf_len) |
convert time_t into a Date: header value. More... | |
static time_t | http::base::time_from_struct_tm_utc (struct tm *t_m) |
HTTP_COMMON_EXPORT time_t | http::base::time_from_rfc5322_fixdate (const char *date_buf) |
convert a Date: header into a time_t. More... | |