MinIO C++ SDK
Public Member Functions | Static Public Member Functions | List of all members
minio::utils::Time Class Reference

#include <utils.h>

Public Member Functions

 Time (std::time_t tv_sec, suseconds_t tv_usec, bool utc)
 
std::tm * ToUTC ()
 
std::string ToSignerDate ()
 
std::string ToAmzDate ()
 
std::string ToHttpHeaderValue ()
 
std::string ToISO8601UTC ()
 
 operator bool () const
 

Static Public Member Functions

static Time FromHttpHeaderValue (const char *value)
 
static Time FromISO8601UTC (const char *value)
 
static Time Now ()
 

Detailed Description

Time represents date and time with timezone.


The documentation for this class was generated from the following files: