Re: Query about time zone patterns in to_char

Nitin Jadhav <nitinjadhavpostgres@gmail.com>

From: Nitin Jadhav <nitinjadhavpostgres@gmail.com>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-17T04:22:18Z
Lists: pgsql-hackers
> Please add it to the July commitfest: https://commitfest.postgresql.org/33/
Added a commitfest entry https://commitfest.postgresql.org/33/3121/

Thanks & Regards,
Nitin Jadhav

On Mon, May 17, 2021 at 7:05 AM David Rowley <dgrowleyml@gmail.com> wrote:
>
> On Mon, 17 May 2021 at 06:23, Nitin Jadhav
> <nitinjadhavpostgres@gmail.com> wrote:
> >
> > > Hm.  If Oracle does that, then there's an argument for us doing it
> > > too.  I can't get hugely excited about it, but maybe someone else
> > > cares enough to prepare a patch.
> >
> > Thanks for the confirmation. Attached patch supports these format
> > patterns. Kindly review and let me know if any changes are required.
>
> Please add it to the July commitfest: https://commitfest.postgresql.org/33/
>
> David



Commits

  1. Support "of", "tzh", and "tzm" format codes.

  2. Implement TZH and TZM timestamp format patterns