Hallo pl,
$date = new DateTime('1970-01-01');
echo $date->format('l, Y-m-d') . "\n";
$date = new DateTime('1970-01-01', new DateTimeZone('Pacific/Tahiti'));
echo $date->format('l, Y-m-d') . "\n";
// Thursday, 1970-01-01
// Thursday, 1970-01-01
Bis demnächst
Matthias
--
Pantoffeltierchen haben keine Hobbys.
¯\_(ツ)_/¯
Pantoffeltierchen haben keine Hobbys.
¯\_(ツ)_/¯