';
}
return $ret;
}
function acm_get_next_cron_execution($timestamp) {
if ($timestamp - time() <= 0)
return __('At next page refresh', 'acm');
return __('In', 'acm').' '.human_time_diff( current_time('timestamp'), $timestamp ).'
'.date("d.m.Y H:i:s", $timestamp);
}
function acm_format_time( $timestamp ) {
return '' . date("d.m.Y H:i:s", $timestamp) . '';
}