Skip to content

Commit

Permalink
Bug 1274757 - hourly whine being run every 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Hardison committed Jun 7, 2016
1 parent 5af5f0a commit 8102e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whine.pl
Expand Up @@ -608,7 +608,7 @@ sub reset_timer {
my $next_run = $dbh->selectrow_array(
'SELECT ' . $dbh->sql_date_math('NOW()', '+', '?', 'MINUTE'),
undef, $minute_offset);
$next_run = format_time($next_run, "%Y-%m-%d %R");
$next_run = format_time($next_run, "%Y-%m-%d %R", "UTC");

$sth = $dbh->prepare("UPDATE whine_schedules " .
"SET run_next = ? WHERE id = ?");
Expand Down

0 comments on commit 8102e81

Please sign in to comment.