Closed adamguo0 closed 1 year ago
Issue #, if available: #230
Description of changes: Use TimestampTzGetDatum to convert the validuntil_time to a Datum with the correct value.
This fix was originally in #232 but I am splitting it into its own PR so that it doesn't get held up by the other changes in that PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Code change LGTM. But did we found out why using timestamptz_out is returning the invalid value?
timestamptz_out
Issue #, if available: #230
Description of changes: Use TimestampTzGetDatum to convert the validuntil_time to a Datum with the correct value.
This fix was originally in #232 but I am splitting it into its own PR so that it doesn't get held up by the other changes in that PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.