[wp-trac] [WordPress Trac] #17957: wp_reschedule_event & daylight saving

WordPress Trac noreply at wordpress.org
Mon Nov 18 22:42:19 UTC 2013


#17957: wp_reschedule_event & daylight saving
-------------------------+------------------------------
 Reporter:  MattyRob     |       Owner:
     Type:  enhancement  |      Status:  reopened
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Cron         |     Version:  3.2
 Severity:  normal       |  Resolution:
 Keywords:  needs-codex  |
-------------------------+------------------------------

Comment (by mboynes):

 As I see it, this isn't a bug per se. There are some recurring tasks that
 you want to run every ''n'' seconds, and there are some tasks that you
 want to run at specific times. `wp_schedule_event` is built for the
 former, but it would be nice to be able to also accommodate the latter,
 either through a separate function or through a modification to
 `wp_schedule_event`. For recurring events that are intended to be run at
 specific times, DST isn't the only issue; timezone changes (via
 '''Settings -> General''') would also affect when a task runs.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/17957#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list