Skip to content

Commit

Permalink
Улучшить механизмы диагностики проблем #264
Browse files Browse the repository at this point in the history
  • Loading branch information
uptimizt committed Apr 5, 2020
1 parent 14d9e44 commit 7b3cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ProductsWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public static function display_state()
}

if($end_timestamp = self::get_state('end_timestamp')){
$strings[] = sprintf('Последняя успешная синхронизация (отметка времени): %s', $end_timestamp);
$strings[] = sprintf('Последняя успешная синхронизация (отметка времени UTC): %s', $end_timestamp);
}

$strings[] = sprintf('Очередь задач: <a href="%s">открыть</a>', admin_url('admin.php?page=wc-status&tab=action-scheduler&s=wooms_products_walker_batch&orderby=schedule&order=desc'));
Expand Down

0 comments on commit 7b3cc5c

Please sign in to comment.