Re: Parse CE and BCE in dates and times

2022-08-02 Thread Jacob Champion
This entry has been waiting on author input for a while (our current threshold is roughly two weeks), so I've marked it Returned with Feedback. Once you think the patchset is ready for review again, you (or any interested party) can resurrect the patch entry by visiting https://commitfest.pos

Re: Parse CE and BCE in dates and times

2022-06-13 Thread David Fetter
On Mon, Jun 13, 2022 at 09:11:56AM +0200, Erik Rijkers wrote: > Op 13-06-2022 om 07:51 schreef David Fetter: > > Folks, > > > > Please find attached a patch to do $Subject. As dates in a fair number > > of fields of endeavor are expressed this way, it seems reasonable to > > ensure tha we can pars

Re: Parse CE and BCE in dates and times

2022-06-13 Thread Erik Rijkers
Op 13-06-2022 om 07:51 schreef David Fetter: Folks, Please find attached a patch to do $Subject. As dates in a fair number of fields of endeavor are expressed this way, it seems reasonable to ensure tha we can parse them on input. Making it possible to use them in output is a more invasive patch

Parse CE and BCE in dates and times

2022-06-12 Thread David Fetter
Folks, Please find attached a patch to do $Subject. As dates in a fair number of fields of endeavor are expressed this way, it seems reasonable to ensure tha we can parse them on input. Making it possible to use them in output is a more invasive patch, and would involve changes to to_date and simi