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 database type.

Warning
Make sure that no unwanted TIMESTAMP <> TIMESTAMP WITHOUT TIME ZONE conversions are performed on the DB side, see pg_timestamp.
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: