openMSX
|
#include "Date.hh"
#include <array>
#include <concepts>
#include <iomanip>
#include <sstream>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
namespace | openmsx::Date |
Functions | |
time_t | openmsx::Date::fromString (std::span< const char, 24 > s) |
std::string | openmsx::Date::toString (time_t time) |