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 1rdVm0-005yK4-J4 for pgsql-jdbc-commits@arkaria.postgresql.org; Fri, 23 Feb 2024 13:39:33 +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 1rdVlz-0018oA-9E for pgsql-jdbc-commits@arkaria.postgresql.org; Fri, 23 Feb 2024 13:39:31 +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 1rdTrX-000d38-Cs for pgsql-jdbc-commits@lists.postgresql.org; Fri, 23 Feb 2024 11:37:07 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdTrU-000Vnb-KU for pgsql-jdbc-commits@lists.postgresql.org; Fri, 23 Feb 2024 11:37:06 +0000 Received: from github.com (hubbernetes-node-944264e.ac4-iad.github.net [10.52.133.27]) by smtp.github.com (Postfix) with ESMTPA id 3133164127D for ; Fri, 23 Feb 2024 03:37:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1708688223; bh=pbR/b30d9V+SprKyhlJ8mnEU+8NBAaaUyiwpmyBDDyQ=; h=Date:From:To:Subject:List-Unsubscribe:From; b=OHzlBH3HYqznhpDm1Ef9dppyAfqhFxSrGM3KHASjfYlEr6zoKWXW1BLflkfhcr+vm gqj6nkoWb7xaucuH7Abfz5ct9kkANQUXN0ccrtXlBzmFW1G7HJobeDl2MUu87isV2g 1UuMY96PNtRKzS+eyQJoc1/ELUlzaUZDRFGmsgtM= Date: Fri, 23 Feb 2024 03:37:03 -0800 From: Dave Cramer To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] cc881a: loop for checking for 24:00:00 was wrong 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: cc881af637cea34410683ac165c92826538ddae7 https://github.com/pgjdbc/pgjdbc/commit/cc881af637cea34410683ac165c92826538ddae7 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: ----------- loop for checking for 24:00:00 was wrong To unsubscribe from these emails, change your notification settings at https://github.com/pgjdbc/pgjdbc/settings/notifications