|
sbuild
1.6.10
|
A date representation in local time. More...
#include <sbuild-types.h>
Inheritance diagram for sbuild::date:
Collaboration diagram for sbuild::date:Public Member Functions | |
| date (time_t unix_time) | |
| The constructor. More... | |
| virtual | ~date () |
| The destructor. | |
Public Member Functions inherited from sbuild::date_base | |
| date_base (time_t unix_time, break_time_func break_time) | |
| The constructor. More... | |
| virtual | ~date_base () |
| The destructor. | |
Additional Inherited Members | |
Public Types inherited from sbuild::date_base | |
| 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 local time.
|
inline |
The constructor.
| unix_time | the time in the local timezone. |
1.8.9.1