Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q742p-0002pq-L3 for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 08 Jun 2023 01:02:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q742o-0004IX-Hd for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 08 Jun 2023 01:02:30 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q742o-00049z-Ba for pgsql-pkg-debian@lists.postgresql.org; Thu, 08 Jun 2023 01:02:30 +0000 Received: from mail-yw1-x1132.google.com ([2607:f8b0:4864:20::1132]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1q742l-000nzS-PV for pgsql-pkg-debian@lists.postgresql.org; Thu, 08 Jun 2023 01:02:29 +0000 Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-565e6beb7aaso313767b3.2 for ; Wed, 07 Jun 2023 18:02:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686186146; x=1688778146; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=nzYfu4i2GF7x349ECpPGN/AMitKlQBr5UunckicKD78=; b=jVb0aXh6UikzafIIqzCZn5UUL3SQYptsxhPUF7y9+trO9TxXgjAU6Ci+UnC+yhffwC OS4lLi/Bxfz4MPxPgMg+4PkHBB2ZdV5ap4cgaqNcO4p1CCqw7X7xm9YiCFYciUmsGm/a d0bs1yLD5rEYazMAHP1nF/CYyMOyQpWFLZD75okN58ILimfpQWWVW2u1u7C9Ojpi3FBr yFHJyBar4upiZeNgcY9saxR4dH6DNvcpE9Fm6yVAYhNyR2j4lAuV/5ZxJoNAskzxZbDd dUZmk9RXkL59l88xIYpBj9PREGPsxSXJ6qR2jCTfGgJkH5cGS7Spr2ez3kj52yXjIFjN 4bxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686186146; x=1688778146; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=nzYfu4i2GF7x349ECpPGN/AMitKlQBr5UunckicKD78=; b=QeX7oh7U/M56qXuF6RFFhFoLgyA459K1TZg2GkP26D658ImwrAuvRJsXMT2GFBnbSo +jU2WHlgzXyX01IZrUe9niPSqFw+66mgz69tB2ScavADbdZoSyNkFeGuV5SyIoHpwbhL bJJi6ipy47rqiKFyP+NKCVCa6kmC2O4vOWY+EjnUNMNZLmLm25/zepnSnfI+vz/oBqL4 h9aWcuwzDVxTfrxZ/lDA6wSH2sq6f0xZ1sJMuRofabGk52ItJ4WKXzg8pti2NZ2J78Pg 0DnTi8azKXv1IRO4/EwqPbL9lh5RHqanaNmpvJL3HzdsA8g7Xz/3EIQ5FU/D61d0C5Tu +B0A== X-Gm-Message-State: AC+VfDxj6EE4qYbdZJpZpqPGfPQ+6EvRTaP3MYCO6n7bts1clc8R7JHp 9ULRUkVmDrzD5vLov94YhDu4BjzI8BIOPqEdoNk= X-Google-Smtp-Source: ACHHUZ6p5g9tx5tttFgYzqquW9j8/LkBVfHeYqthMYvguk2YrMCAjRUjCSfY7G/PUGREFJ9lz74eYMsu/Yjkka4wxpc= X-Received: by 2002:a0d:eb88:0:b0:55a:4a73:6177 with SMTP id u130-20020a0deb88000000b0055a4a736177mr9036300ywe.42.1686186146392; Wed, 07 Jun 2023 18:02:26 -0700 (PDT) MIME-Version: 1.0 References: <75679669-4482-3f16-bd4d-6ec1f9950941@abcsql.com> In-Reply-To: From: Bradford Boyle Date: Wed, 7 Jun 2023 18:02:15 -0700 Message-ID: Subject: Re: Packaging request MobilityDB To: Esteban Zimanyi Cc: =?UTF-8?Q?C=C3=A9dric_Villemain?= , pgsql-pkg-debian@lists.postgresql.org, SCHOEMANS Maxime Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I suspect this may be an actual bug. I tested develop (07fafdf1) on both macOS and Debian. On macOS, changing the timezone is reflected in the output but not the datestyle. On Debian, changes to timezone and datestyle are reflected in the output. On macOS ```sql SET timezone TO 'Europe/Berlin'; SET datestyle TO 'German'; SELECT now(); -- now -- --------------------------------- -- 08.06.2023 02:45:35.214256 CEST -- (1 row) -- SELECT set(ARRAY [timestamptz '2000-01-01', '2000-01-02', '2000-01-03']); -- set -- -------------------------------------------------------------------------------- -- {"2000-01-01 00:00:00+01", "2000-01-02 00:00:00+01", "2000-01-03 00:00:00+01"} -- (1 row) ``` On Debian Bookworm ```sql SET timezone TO 'Europe/Berlin'; SET datestyle TO 'German'; SELECT now(); -- now -- --------------------------------- -- 08.06.2023 02:53:11.748104 CEST -- (1 row) SELECT set(ARRAY [timestamptz '2000-01-01', '2000-01-02', '2000-01-03']); -- set -- ----------------------------------------------------------------------------------- -- {"01.01.2000 00:00:00 CET", "02.01.2000 00:00:00 CET", "03.01.2000 00:00:00 CET"} -- (1 row) ``` --Bradford