Module interval

Source

Structs§

IntervalDayTime
IntervalFormat
https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-INTERVAL-OUTPUT support postgres format, iso8601 format and sql standard format
IntervalMonthDayNano
IntervalYearMonth

Enums§

IntervalUnit

Constants§

MS_PER_DAY
MS_PER_HOUR
MS_PER_MINUTE
MS_PER_SEC
NANOS_PER_MILLI
NS_PER_DAY
NS_PER_HOUR
NS_PER_MINUTE
NS_PER_SEC

Functions§

get_time_part 🔒
get time part string
get_year_month 🔒
get year month string
interval_day_time_to_month_day_nano
interval_year_month_to_month_day_nano