I’m trying to set up a recurring date as follows:
[date=2021-01-24 time=08:30:00 timezone="America/New_York" recurring="1.weeks"]
Since this date is in the future, it should show January 24, 2021 as the next occurrence. Instead, it’s showing February 28, 2021.
Actual date:
2021-01-24T13:30:00Z
Screenshot from post preview (in case the preview shows it differently):
Changing the date to 2021-01-25 jumps the date all the way to March 8, 2021, skipping 8 days instead of 1 day. Every 7th day it jumps an extra week, which seems to be why the date is so off. Am I doing something wrong here? Maybe there’s an edge case with creating recurring dates that are in the future in general or in a future year specifically.