tao-software / tao-schedule-update

Wordpress Plugin to Schedule Content Updates
https://wordpress.org/plugins/tao-schedule-update/
MIT License
16 stars 14 forks source link

Scheduling Time Adjusts Incorrectly #23

Open timbuckingham opened 6 years ago

timbuckingham commented 6 years ago

I'm running into an issue where the scheduling time appears to adjust to the closest 10 minutes. I assume this is to line up with when the WordPress cron runs, but it appears to adjust incorrectly sometimes. For example, if I set a post to be scheduled to publish at 10:55 it adjusts it to instead by 10:00 rather than 11:00. If my assumption about it aligning with cron on purpose is correct, I think the user interface should be adjusted so that selecting invalid times isn't an option at all as it could lead to unexpected publishing times for the user that doesn't see the time changing after a save.

Syberspace commented 6 years ago

the time should only be aligning when it is already passed. in that case it will align to five minutes in the future. the user will also get a red warning text notifying of this happening. did any of this occur for you? which timezone are you in and which timezone is set in your wordpress?