PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
21.2k stars 1.26k forks source link

fix: Fix bug that assumes that 2 months are 61 days apart #23368

Closed robbie-c closed 3 months ago

robbie-c commented 3 months ago

Problem

CI fails ;)

Changes

We have a test that assumes that 2 months in the future = 61 days in the future, which obviously becomes a problem on the first of July, i.e. today

Does this work well for both Cloud and self-hosted?

Yes

How did you test this code?

Fixed the test