|
MantisBase v0.3.4
|
#include "../../include/mantisbase/utils/utils.h"#include <private/soci-mktime.h>#include "../../include/mantisbase/mantisbase.h"
Namespaces | |
| namespace | mb |
| router.h | |
Functions | |
| std::string | mb::tmToStr (const std::tm &t) |
| Convert c++ std::tm date/time value to ISO formatted string. | |
| std::tm | mb::strToTM (const std::string &value) |
| Convert ISO formatted datetime string to std::tm structure. | |
| std::string | mb::dbDateToString (const soci::row &row, int index) |
| Convert database date value from SOCI row to string. | |