summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/whine.pl b/whine.pl
index e6161cfeb..a701d36a7 100755
--- a/whine.pl
+++ b/whine.pl
@@ -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 = ?");