Re: [HACKERS] to_char timezone

2012-11-05 Thread Bruce Momjian
On Sun, Oct 21, 2012 at 05:40:40PM -0400, Andrew Dunstan wrote: > > I'm not sure if this has come up before. > > A client was just finding difficulties because to_char() doesn't > support formatting the timezone part of a timestamptz numerically > (i.e. as +-hhmm) instead of using a timezone name

[HACKERS] to_char timezone

2012-10-21 Thread Andrew Dunstan
I'm not sure if this has come up before. A client was just finding difficulties because to_char() doesn't support formatting the timezone part of a timestamptz numerically (i.e. as +-hhmm) instead of using a timezone name. Is there any reason for that? Would it be something worth having? ch