Jump to content
Experiencing kernel error or random crashes on TruckersMP Island? ×

Converting Game Time API


Recommended Posts

I have been toying with this Truckers MP API and well 2 days now been able to get everything else figured out. I wanted to pull the game time API into my site and then display it in Human readable. This is what I have so far. 

    <?php $gametime = json_decode(file_get_contents("https://api.truckersmp.com/v2/game_time"), true); ?>
    <?php echo "Current Game Time: "; echo $gametime['game_time'] ?><br>

So I am trying to figure out when I make the call and this display it how can I convert it and show in human readable. When I go to a converter site it says that  Current Game Time: 2423486 =  Thu, 29 Jan 1970 01:11:26 GMT

 

Is this not EPOCH time that is reported back in the API? Also any way you all know to convert that I would be greatful.....  Just looking for some help as i just started hitting this hard and I am a basic php guy so bear with me please. 

spacer.png

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.