userver: storages::postgres::TimePointWithoutTz Struct Reference
Loading...
Searching...
No Matches
storages::postgres::TimePointWithoutTz Struct Referencefinal

#include <userver/storages/postgres/io/chrono.hpp>

Detailed Description

Corresponds to TIMESTAMP WITHOUT TIME ZONE (value in absolute time (no TZ offset)).

Warning
It's important that no conversion to TIMESTAMP WITH TIME ZONE is performed on the DB side, see uPg timestamp support
See also
NowWithoutTz

Definition at line 62 of file chrono.hpp.

+ Inheritance diagram for storages::postgres::TimePointWithoutTz:

Public Member Functions

 operator TimePoint () const
 

Member Function Documentation

◆ operator TimePoint()

storages::postgres::TimePointWithoutTz::operator TimePoint ( ) const
inline

Definition at line 68 of file chrono.hpp.


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