MySQL 8.4.0
Source Code Documentation
http_time.h File Reference

Go to the source code of this file.

Namespaces

namespace  http
 
namespace  http::base
 

Functions

HTTP_COMMON_EXPORT time_t http::base::time_from_rfc5322_fixdate (const char *date_buf)
 convert a Date: header into a time_t. More...
 
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...