Re: Time zone offset in to_char()

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Alban Hertroijs <a(dot)hertroijs(at)nieuwestroom(dot)nl>, Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Time zone offset in to_char()
Date: 2024-01-11 17:27:37
Message-ID: 5fb4d1a8-0597-4f87-9a6b-db1a99b0ebfe@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/11/24 08:48, Adrian Klaver wrote:
> On 1/11/24 08:04, Alban Hertroijs wrote:

>> The drawback, as mentioned, being that we need to maintain those
>> functions in each deployment, which is a bit of a hassle (albeit a
>> minor one) because we need to customise both the TDV side and the
>> PostgreSQL side in that case. Our preferred solution would be to just
>> add a few entries to the TDV database-specific capabilities file (as
>> described in my initial message)
>
> Are you referring to?:
>
> "It currently have this:
> ToDatetimeOffsetNL(~any) : ciscache.ToDatetimeOffsetNL($1)
> ToDatetimeOffset(~any,~any) : ciscache.ToDatetimeOffset($1, $2)
> "

It finally dawned on me, you want to replace the user defined functions
above with Postgres builtins only. Try as I might I could not come with
that solution.

>
> I thought the issue there was maintaining the two Postgres functions?
>
>
>> Provided that such a solution is possible, that is. If not, my current
>> approach may have to suffice.
>>
>> The reason I decided to ask on the ML is that I'm finding it hard to
>> believe that this transformation would be this difficult, so I expect
>> that I must be missing something.
>>
>> Regards,
>> Alban Hertroys
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2024-01-11 18:39:47 Re: Time zone offset in to_char()
Previous Message Adrian Klaver 2024-01-11 16:48:27 Re: Time zone offset in to_char()