<?php
require "Loader.php";
Loader::registerAutoload();
$joao = new Pessoa(nome:"João",idade:45,email:"joao@email.com");
$timeZone = new DateTimeZone('America/Sao_Paulo');
$data = new DateTime("now",$timeZone);
print_r($data->format('d/m/y h:i:s'));
To embed this project on your website, copy the following code and paste it into your website's HTML: