Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
date_default_timezone_set('Europe/Moscow');
$vrema = time();
$pro_end = '1679846700';
$remaining_minutes = round(($pro_end - $vrema) / 60);
$time_diff_ms = $remaining_minutes * 60 * 1000;
echo $time_diff_ms;