openMSX
|
Functions | |
time_t | fromString (const char *p) |
std::string | toString (time_t time) |
constexpr time_t | adjustTimeT (time_t time) |
Variables | |
const char *const | days [7] |
const char *const | months [12] |
constexpr time_t | INVALID_TIME_T = std::numeric_limits<time_t>::min() |
|
constexpr |
Definition at line 13 of file Date.hh.
References INVALID_TIME_T.
Referenced by openmsx::FileOperations::getModificationDate().
time_t openmsx::Date::fromString | ( | const char * | p | ) |
Definition at line 29 of file Date.cc.
References INVALID_TIME_T.
std::string openmsx::Date::toString | ( | time_t | time | ) |
Definition at line 150 of file Date.cc.
Referenced by openmsx::XmlOutputArchive::XmlOutputArchive().
const char* const openmsx::Date::days[7] |
Definition at line 7 of file Date.cc.
Referenced by openmsx::RP5C01::serialize(), and toString().
|
constexpr |
Definition at line 10 of file Date.hh.
Referenced by adjustTimeT(), and fromString().
const char* const openmsx::Date::months[12] |
Definition at line 11 of file Date.cc.
Referenced by openmsx::RP5C01::serialize(), and toString().