tempoch-cpp 0.5.3
Header-only C++ wrapper for tempoch
Loading...
Searching...
No Matches
civil_time.hpp File Reference

UTC date-time breakdown struct. More...

#include "ffi_core.hpp"
#include <iomanip>
#include <ostream>
Include dependency graph for civil_time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tempoch::CivilTime
 UTC date-time breakdown. More...
 

Namespaces

namespace  tempoch
 

Functions

std::ostream & tempoch::operator<< (std::ostream &os, const CivilTime &u)
 Stream CivilTime as YYYY-MM-DD HH:MM:SS[.nnnnnnnnn].
 

Detailed Description

UTC date-time breakdown struct.

Included by the public time headers and kept separate to avoid circular dependencies between the civil carrier and the scale/format tag headers.

Definition in file civil_time.hpp.