Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtracting interval from dates gives the wrong output. #394

Open
Alexnortung opened this issue Mar 27, 2024 · 0 comments
Open

Subtracting interval from dates gives the wrong output. #394

Alexnortung opened this issue Mar 27, 2024 · 0 comments

Comments

@Alexnortung
Copy link

Describe the bug

Subtracting dates with intervals seems to give the wrong output. for example, subtracting one year from 2022-01-01 returns 2021-01-06. But in postgres it produces the expected 2021-01-01.

To Reproduce

SELECT '2022-01-01'::date - interval '1 year';
SELECT '2022-01-01'::date - interval '1 month';

pg-mem version

Used playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant