PGTimeStamp

Wrapper around std.datetime.SysTime to handle deserializing of libpq timestamps (without time zone). * Note: libpq has two compile configuration with HAS_INT64_TIMESTAMP and without (double timestamp format). The pgator should be compiled with conform flag to operate properly.

struct PGTimeStamp {}

Alias This

time

Meta