Hi, I'm trying to get the first and last played time of a player. I used PHP: $player->getFirstPlayed();$player->getLastPlayed(); How can I convert the value that I get in php date format?
Also, you can use (new \DateTime("now", $DateTimeZone))->setTimestamp($time) if you know the player's or reader's timezone.