Re: Strategies for converting UTC data to local windows for arbitrary resolutions and timezones

From: Lincoln Swaine-Moore <lswainemoore(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Marian Wendt <marian(dot)wendt(at)yahoo(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Strategies for converting UTC data to local windows for arbitrary resolutions and timezones
Date: 2023-10-04 17:35:51
Message-ID: CABcidk+FSeyoPd4Km0xBPsvDqcXnXGit_mS7UAL9Ujp9k9bKmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Yeah. One thing to keep in mind is that that might have different
> behavior in terms of the evaluation of the arguments to the function,
> ie which timezone setting is your input parsed according to.

I see. You mean, in the event that it doesn't conform to an entry in
`pg_timezone_names`? I do have control over the possible options the user
can provide, so it should be straightforward to make sure those all have
entries.

Thanks,
Lincoln

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2023-10-04 17:40:16 Re: Strategies for converting UTC data to local windows for arbitrary resolutions and timezones
Previous Message Tom Lane 2023-10-04 17:22:49 Re: Strategies for converting UTC data to local windows for arbitrary resolutions and timezones