<html>
<body>
$date=date_create("2013-03-15 23:40:00",timezone_open("Europe/Oslo"));
echo date_format($date,"Y/m/d H:iP");
</body>
<!-- Mirrored from www.w3schools.com/php7/phptryit.asp?filename=tryphp_func_date_create2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:40:50 GMT -->
</html>