If you’re getting an error that reads ‘time field value out of range‘ in PostgreSQL while using the make_time()
function, it’s probably because one or more of the time parts you’re providing is out of the accepted range for that time part.
To fix this issue, be sure that each time part you provide is within the valid range for that time part.
Continue reading