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