fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::TimestampTz Struct Referencefinal

Timestamp bound to a time zone. More...

#include <types.h>

Collaboration diagram for fbcpp::TimestampTz:

Public Member Functions

bool operator== (const TimestampTz &) const noexcept=default
 

Public Attributes

Timestamp utcTimestamp
 UTC-normalised timestamp.
 
std::string zone
 Time zone identifier.
 

Detailed Description

Timestamp bound to a time zone.

Definition at line 182 of file types.h.

Member Data Documentation

◆ utcTimestamp

Timestamp fbcpp::TimestampTz::utcTimestamp

UTC-normalised timestamp.

Definition at line 189 of file types.h.

◆ zone

std::string fbcpp::TimestampTz::zone

Time zone identifier.

Definition at line 194 of file types.h.


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