Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $date=date_create(null,timezone_open("Europe/Paris")); $tz=date_timezone_get($date); echo timezone_name_get($tz); ?> </body> </html>