Skip to content
Snippets Groups Projects
Commit ace4421f authored by Erick Hitter's avatar Erick Hitter
Browse files

Use timestamp after bothering to return it in 97baa5b5

parent 3c7644a6
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class CLI extends WP_CLI_Command {
WP_CLI::error( $scheduled->get_error_message() );
}
WP_CLI::success( __( 'Command scheduled!', 'wp-cli-cron-control-offload' ) );
WP_CLI::success( sprintf( __( 'Command scheduled for %1$s from now (%2$s)', 'wp-cli-cron-control-offload' ), human_time_diff( $scheduled ), date( 'Y-m-d H:i:s T', $scheduled ) ) );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment