Jump to content

Using gmdate() to convert seconds to user-friendly time


devknob

Recommended Posts

Hi. Im using gmdate to convert seconds to Days/Hours/Minutes/Seconds and its correct except for the number of days it calculates. Does anyone know why this would happen?

 

$secs = 432000; // This is 5 days exact
$time = gmdate('d:H:i:s',$secs);

//This returns 06:00:00:00 when it should return 05:00:00:00

 

Does anyone know why this would happen?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.