Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7cVi-0060Jy-DC for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 14:22:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r7cVh-00E1N4-42 for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 27 Nov 2023 14:22:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7cVg-00E1Ml-Rz for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 14:22:52 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7cVe-007bzJ-At for pgsql-jdbc-commits@lists.postgresql.org; Mon, 27 Nov 2023 14:22:51 +0000 Received: from github.com (hubbernetes-node-4a602d9.ash1-iad.github.net [10.56.211.75]) by smtp.github.com (Postfix) with ESMTPA id 0DDA93404F2 for ; Mon, 27 Nov 2023 06:22:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701094969; bh=ce+b6N1X9frb4dqrqVkqLaMrWqiXuH/VFyxspEOPv5o=; h=Date:From:To:Subject:From; b=SgzCM2a38KNS/FKPFK2PSPXwqhdA+x2CBeoXCtNeQvv7hb5IwIT9v5/pha9uHrYF3 fqGLiUhTglv/3KdocIwRgLxxDY4MC4VKfK84sCGJPUJKNvVByG11wOGe/vdjsVbFmY wf0ixb5xWGUnwAL1Z0Ig6xHmzI9oXnXXR2Q9y4Uo= Date: Mon, 27 Nov 2023 06:22:49 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 25d49e: Revert "Use canonical DateStyle name (#2925)" (#3035) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 25d49e5cd295aa459b90334b8444fbf6ff61c4c0 https://github.com/pgjdbc/pgjdbc/commit/25d49e5cd295aa459b90334b8444fbf6ff61c4c0 Author: Vladimir Sitnikov Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java Log Message: ----------- Revert "Use canonical DateStyle name (#2925)" (#3035) This reverts commit 258cff34e32f8b5fe5d71f7553f7ac5f30690f85. Fixes https://github.com/pgjdbc/pgjdbc/issues/3008