Wrapper around std.datetime.SysTime to handle deserializing of libpq
time stamps with time zone.
*
Timezone is acquired from PQparameterStatus call for TimeZone parameter.
Database server doesn't send any info about time zone to client, the
time zone is important only while showing time to an user.
*
Note: libpq has two compile configuration with HAS_INT64_TIMESTAMP and
without (double time stamp format). The pgator should be compiled with
conform flag to operate properly.
Wrapper around std.datetime.SysTime to handle deserializing of libpq time stamps with time zone. * Timezone is acquired from PQparameterStatus call for TimeZone parameter. Database server doesn't send any info about time zone to client, the time zone is important only while showing time to an user. * Note: libpq has two compile configuration with HAS_INT64_TIMESTAMP and without (double time stamp format). The pgator should be compiled with conform flag to operate properly.