#3153 Postgres issue with bigger intervals
Closed: Invalid by jcupova. Opened by jcupova.

setBuildTimestamp with datetime in distant future (year 2038) returns an error
'<class \'psycopg2.DataError\'>: interval field value out of range: "2147501647.000000 seconds"


Interval needs to have "integer" value inside regardless of unit. So, bigger value is possible but it needs to be converted.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

Metadata Update from @tkopecek:
- Issue tagged with: backlog, bug

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.30

setBuildTimestamp call is used only for finished a build. We don't have a build running more than two days, so therefore we don't need to set up interval value to this big value. Therefore I'm closing this issue.

Metadata Update from @jcupova:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

Metadata Update from @jcupova:
- Issue set to the milestone: None (was: 1.30)

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3153

Please continue any further discussion there.

Metadata