to_char timezone

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: to_char timezone
Date: 2012-10-21 21:40:40
Message-ID: 50846BD8.8060909@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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?

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-10-21 22:02:15 Re: Very minor feature suggestion
Previous Message P. Christeas 2012-10-21 21:35:27 Re: Re: [PATCH] Enforce that INSERT...RETURNING preserves the order of multi rows