BUG: Schedule Activate Feed uses incorrect date
-
Just now I tried to set a feed source (which is currently paused) to activate next Tuesday morning at 1AM UTC. I used the date picked to select the date and it inserted it into the field like this:
2020/03/31 01:00
Then I clicked update and used WP-CLI
wp cron event list
to verify it was set.This is what I see:
wprss_activate_feed_schedule_hook | 2036-09-09 01:00:00 | 16 years 5 months | Non-repeating
So… that’s obviously wrong.
Then I noticed that back in the edit feed source page, under Activate Feed field, there’s a tip that reads:
Current UTC time is: 25/03/2020 16:18:05
So I thought maybe the issue was with the date format (YYYY-MM-DD vs DD-MM-YYYY). So I tried to manually change
2020/03/31 01:00
to31/03/2020 01:00
However, a script immediately changed it to 2020-03-25 12:33 (my current date/time) in the field.
- The topic ‘BUG: Schedule Activate Feed uses incorrect date’ is closed to new replies.