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 1rdVlw-005yJZ-Ow for pgsql-jdbc-commits@arkaria.postgresql.org; Fri, 23 Feb 2024 13:39:29 +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 1rdVlv-0018mE-ER for pgsql-jdbc-commits@arkaria.postgresql.org; Fri, 23 Feb 2024 13:39:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdUMW-000mvq-Th for pgsql-jdbc-commits@lists.postgresql.org; Fri, 23 Feb 2024 12:09:09 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdUMT-000VzE-8A for pgsql-jdbc-commits@lists.postgresql.org; Fri, 23 Feb 2024 12:09:07 +0000 Received: from github.com (hubbernetes-node-1f498c6.ash1-iad.github.net [10.56.158.26]) by smtp.github.com (Postfix) with ESMTPA id 81DF8600762 for ; Fri, 23 Feb 2024 04:09:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1708690143; bh=bg33yKry1OBP2kqcjWAyJmlelEsR9zuT0YuQWwH6IyA=; h=Date:From:To:Subject:List-Unsubscribe:From; b=GlfI0fnHIBdmmSscYhzKSGBBpyrOHpl9Da0etwYt7JUKNdvA7ijBGmSChx3GY7x+N SlMP2Qc5nLPcD3pcVjvSPl1P6iH97PJ3zJPvmuvzuGCCR0J/aMqNN7Uq2BBGDzsekP v+8PijGqYbejzZxUKEdqFtIqyWvHv2mJSqZfepYA= Date: Fri, 23 Feb 2024 04:09:03 -0800 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] a69851: fixed the comparison again 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/fixdate Home: https://github.com/pgjdbc/pgjdbc Commit: a6985199a57a05e7a990b5c65bfedb39fc9dd052 https://github.com/pgjdbc/pgjdbc/commit/a6985199a57a05e7a990b5c65bfedb39fc9dd052 Author: Dave Cramer Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java Log Message: ----------- fixed the comparison again To unsubscribe from these emails, change your notification settings at https://github.com/pgjdbc/pgjdbc/settings/notifications