PG::Interval
A representation for INTERVAL data type. https://www.postgresql.org/docs/current/datatype-datetime.html
Constructors
Instance methods
days
Sourcemicroseconds
Sourcemonths
Sourceto_month_span
SourceCreate a Time::Span from this PG::Interval
If the interval covered in the interval exceeds the range of Time::Span
then an exception is raised.
to_spans
Source