openMSX
Namespaces | Functions | Variables
Date.hh File Reference
#include <limits>
#include <span>
#include <string>
#include <ctime>
Include dependency graph for Date.hh:
This graph shows which files directly or indirectly include this file:

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()