ISO8601d: Added ::ISO8601 (time_t)
This commit is contained in:
@@ -119,6 +119,13 @@ ISO8601d::ISO8601d ()
|
||||
_date = time (NULL);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ISO8601d::ISO8601d (const time_t t)
|
||||
{
|
||||
clear ();
|
||||
_date = t;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ISO8601d::~ISO8601d ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user