Description
Right now if a document does not have an expiry set and withExpiry is set to true, epoch is returned. Aligning with the docs and user expectation it should actually also return None in that case (since epoch is not a valid expiry value).
Right now if a document does not have an expiry set and withExpiry is set to true, epoch is returned. Aligning with the docs and user expectation it should actually also return None in that case (since epoch is not a valid expiry value).