openMSX
|
#include <limits>
#include <string>
#include <ctime>
Go to the source code of this file.
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
openmsx::Date | |
Functions | |
constexpr time_t | openmsx::Date::adjustTimeT (time_t time) |
time_t | openmsx::Date::fromString (const char *p) |
std::string | openmsx::Date::toString (time_t time) |
Variables | |
constexpr time_t | openmsx::Date::INVALID_TIME_T = std::numeric_limits<time_t>::min() |