X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/96707e02b8b24054e0827eaf169cc88504a1e78c..9a9c9a8bf83241c193c5bef6361d41893e72dfd3:/lib/functions.php?ds=inline diff --git a/lib/functions.php b/lib/functions.php index 4d698c2..50ab345 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -120,6 +120,14 @@ function jirafeau_human_size($octets) return round($o, 1) . $u[$p]; } +// Convert UTC timestamp to a datetime field +function jirafeau_get_datetimefield($timestamp) +{ + $content = '' + . strftime('%Y-%m-%d %H:%M', $timestamp) . ' (GMT)'; + return $content; +} + function jirafeau_clean_rm_link($link) { $p = s2p("$link"); @@ -594,13 +602,12 @@ function jirafeau_admin_list($name, $file_hash, $link_hash) /* Print link informations. */ echo '