On Mon, 18 Mar 2024 at 15:50, Michael Paquier <mich...@paquier.xyz> wrote:
> Additionally, the RMT has set the feature freeze to be **April 8, 2024
> at 0:00 AoE** (see [1]).  This is the last time to commit features for
> PostgreSQL 17.  In other words, no new PostgreSQL 17 feature can be
> committed after April 8, 2024 at 0:00 AoE.  As mentioned last year in
> [2], this uses the "standard" feature freeze date/time.

Someone asked me about this, so thought it might be useful to post here.

To express this as UTC, It's:

postgres=# select '2024-04-08 00:00-12:00' at time zone 'UTC';
      timezone
---------------------
 2024-04-08 12:00:00

Or, time remaining, relative to now:

select '2024-04-08 00:00-12:00' - now();

David

> [1]: https://en.wikipedia.org/wiki/Anywhere_on_Earth
> [2]: 
> https://www.postgresql.org/message-id/9fbe60ec-fd1b-6ee0-240d-af7fc4442...@postgresql.org


Reply via email to