#include <userver/utils/datetime/timepoint_tz.hpp>
Timepoint with timezone parsed in kRfc3339Format.
Definition at line 77 of file timepoint_tz.hpp.
|
| using | TimePoint = std::chrono::system_clock::time_point |
|
|
| operator TimePoint () const |
|
std::chrono::seconds | GetTzOffset () const noexcept |
| | Get timezone in seconds (may be negative).
|
|
TimePoint | GetTimePoint () const noexcept |
| | 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 |
◆ TimePoint
| using utils::datetime::TimePointTzBase::TimePoint = std::chrono::system_clock::time_point |
|
inherited |
The documentation for this class was generated from the following file: