Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
preg_match('/^([0-9]+):([0-9]+):([0-9]+)$/s', $data, $match);
unset($match[0]);
if ( ((int) $match[1]) > 2)
{
$match[1] = 24 + (int) $match[1] - 2;
}
else
{
$match[1] -= 2;
}
$data = implode(":", $match);
time() - 2*60*60;
SELECT SUBTIME (data, '2:00')