Update common.php
parent
4ef20bdf50
commit
3842fb7952
|
@ -960,9 +960,9 @@ function size_format($byte)
|
||||||
|
|
||||||
function time_format($ISO)
|
function time_format($ISO)
|
||||||
{
|
{
|
||||||
|
if ($ISO=='') return date('Y-m-d H:i:s');
|
||||||
$ISO = str_replace('T', ' ', $ISO);
|
$ISO = str_replace('T', ' ', $ISO);
|
||||||
$ISO = str_replace('Z', ' ', $ISO);
|
$ISO = str_replace('Z', ' ', $ISO);
|
||||||
//return $ISO;
|
|
||||||
return date('Y-m-d H:i:s',strtotime($ISO . " UTC"));
|
return date('Y-m-d H:i:s',strtotime($ISO . " UTC"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue