Definition at line 15 of file timepoint_tz.hpp.
Public Types | |
using | TimePoint = std::chrono::system_clock::time_point |
Public Member Functions | |
constexpr | TimePointTzBase (TimePoint tp) |
constexpr | TimePointTzBase (TimePoint tp, std::chrono::seconds tz_offset) |
TimePointTzBase (const TimePointTzBase &other) | |
TimePointTzBase (TimePointTzBase &&other) noexcept | |
TimePointTzBase & | operator= (const TimePointTzBase &other) |
TimePointTzBase & | operator= (TimePointTzBase &&other) noexcept |
operator TimePoint () const | |
std::chrono::seconds | GetTzOffset () const |
Get timezone in seconds (may be negative) | |
TimePoint | GetTimePoint () const |
Get std's time_point. | |
bool | operator== (const TimePointTzBase &other) const |
bool | operator< (const TimePointTzBase &other) const |
bool | operator> (const TimePointTzBase &other) const |
bool | operator<= (const TimePointTzBase &other) const |
bool | operator>= (const TimePointTzBase &other) const |
using utils::datetime::TimePointTzBase::TimePoint = std::chrono::system_clock::time_point |
Definition at line 17 of file timepoint_tz.hpp.
|
inlineexplicitconstexpr |
Definition at line 20 of file timepoint_tz.hpp.
|
inlineconstexpr |
Definition at line 21 of file timepoint_tz.hpp.