MySQL 9.0.0
Source Code Documentation
http_time.cc File Reference
#include <array>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <map>
#include <iostream>
#include <stdexcept>
#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...