userver: utils::datetime::TimePointTzIsoBasic Class Reference
Loading...
Searching...
No Matches
utils::datetime::TimePointTzIsoBasic Class Referencefinal

#include <userver/utils/datetime/timepoint_tz.hpp>

Detailed Description

Timepoint with timezone parsed in kDefaultFormat.

Definition at line 74 of file timepoint_tz.hpp.

+ Inheritance diagram for utils::datetime::TimePointTzIsoBasic:
+ Collaboration diagram for utils::datetime::TimePointTzIsoBasic:

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
 
TimePointTzBaseoperator= (const TimePointTzBase &other)
 
TimePointTzBaseoperator= (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
 

The documentation for this class was generated from the following file: