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