PGInterval

Wrapper around std.datetime.Interval to handle deserializing acceptable for JSON-RPC and still conform with libpq format. * Note: libpq representation of abstime slightly different from std.datetime, thats why time converted to string could differ a lot for PostgreSQL and SysTime (about 9000-15000 seconds nonconstant offset).

struct PGInterval {}

Alias This

interval

Meta