BUG #18883: Epoch issue - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18883: Epoch issue
Date
Msg-id 18883-2c45e318b3a3e513@postgresql.org
Whole thread Raw
Responses Re: BUG #18883: Epoch issue
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18883
Logged by:          RAVI KANT BHUSHAN
Email address:      ravi105173@gmail.com
PostgreSQL version: 16.1
Operating system:   Windows 10
Description:

Number of days calculation using EPOCH is not providing right answer:

Query:      SELECT (EXTRACT(EPOCH FROM ('2025-04-08 11:25:01'::timestamp -
'2025-03-13 15:33:30'::timestamp)) / 86400)::INT   
                    ==> output is 26, but right answer is 25 days


pgsql-bugs by date:

Previous
From: Thomas Munro
Date:
Subject: Re: BUG #18882: Unexpected write skew at SERIALIZABLE with psycopg2.connect()
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #18883: Epoch issue