openMSX
Namespaces | Functions
Date.cc File Reference
#include "Date.hh"
#include <array>
#include <concepts>
#include <iomanip>
#include <sstream>
#include <string_view>
Include dependency graph for Date.cc:

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)