sbuild
1.7.1
|
A date representation in UTC. More...
#include <types.h>
Public Member Functions | |
gmdate (time_t unix_time) | |
The constructor. More... | |
virtual | ~gmdate () |
The destructor. | |
![]() | |
date_base (time_t unix_time, break_time_func break_time) | |
The constructor. More... | |
virtual | ~date_base () |
The destructor. | |
Additional Inherited Members | |
![]() | |
typedef std::tm *(* | break_time_func )(const time_t *timep, std::tm *result) |
Function pointer to split time into a std::tm. | |
A date representation in UTC.
|
inline |
The constructor.
unix_time | the time in UTC. |