From 811372c10ac38b7fc039c35ad40a267c246cab8e Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:14:02 +0000 Subject: [PATCH] Update changelog [skip ci] --- changes.d/5928.break.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes.d/5928.break.md diff --git a/changes.d/5928.break.md b/changes.d/5928.break.md new file mode 100644 index 00000000000..6d9fc41d13c --- /dev/null +++ b/changes.d/5928.break.md @@ -0,0 +1 @@ +Fixed behaviour of `initial cycle point = next(...)` which could result in a time in the past, and equivalently for `previous()`. E.g. if the current time is `2024-01-01T12:30Z`, `next(--01-01)` now evaluates to `2025-01-01T00:00Z` instead of `2024-01-01T00:00Z`.