OpenVPN 3 Core Library
Loading...
Searching...
No Matches
timestr.hpp File Reference
#include <string>
#include <cstring>
#include <time.h>
#include <stdio.h>
#include <ctype.h>
#include <cstdint>
#include <openvpn/common/platform.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/string.hpp>
#include <sys/time.h>
Include dependency graph for timestr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openvpn
 

Functions

std::string openvpn::date_time (const time_t t)
 
std::string openvpn::date_time_utc (const time_t t)
 
std::string openvpn::date_time (const struct timeval *tv, const bool msecs)
 
std::string openvpn::nanosec_time_to_string (const std::uint64_t ns_time)
 
std::string openvpn::date_time ()
 
std::string openvpn::date_time_store_time_t (time_t &save)
 
std::string openvpn::date_time_rfc822 (const time_t t)
 
std::string openvpn::date_time_rfc822 ()