#include <userver/utils/datetime/timepoint_tz.hpp>
Timepoint with timezone parsed in kRfc3339Format.
Definition at line 67 of file timepoint_tz.hpp.
Additional Inherited Members | |
Public Types inherited from utils::datetime::TimePointTzBase | |
using | TimePoint = std::chrono::system_clock::time_point |
Public Member Functions inherited from utils::datetime::TimePointTzBase | |
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 |