sbuild
1.6.10
|
A date representation in ISO-8601 format. More...
#include <sbuild-types.h>
Public Member Functions | |
isodate (time_t unix_time) | |
The constructor. More... | |
virtual | ~isodate () |
The destructor. | |
![]() | |
date_base (time_t unix_time, break_time_func break_time) | |
The constructor. More... | |
virtual | ~date_base () |
The destructor. | |
Private Member Functions | |
virtual const char * | get_date_format () const |
Get the date formatting string. More... | |
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 ISO-8601 format.
|
inline |
The constructor.
unix_time | the time in UTC. |
|
privatevirtual |
Get the date formatting string.
This is used for output with the locale std::time_put facet.
Reimplemented from sbuild::date_base.