|
libdigidocpp
|
#include <time.h>#include <string>#include "xml/xmldsig-core-schema.hxx"

Go to the source code of this file.
Namespaces | |
| namespace | digidoc |
| namespace | digidoc::util |
| namespace | digidoc::util::date |
Functions | |
| std::string | digidoc::util::date::xsd2string (const xml_schema::DateTime &time) |
| xml_schema::DateTime | digidoc::util::date::currentTime () |
| xml_schema::DateTime | digidoc::util::date::makeDateTime (const std::time_t &time) |
| xml_schema::DateTime | digidoc::util::date::makeDateTime (const struct tm <) |