diff --git a/web/site/mustard/include/notifs.php b/web/site/mustard/include/notifs.php index 737eedb..abc9869 100644 --- a/web/site/mustard/include/notifs.php +++ b/web/site/mustard/include/notifs.php @@ -19,7 +19,7 @@ function notifs(&$link) { $i++; if ($i<=$chunksize) { if ($i==1) $lastmicrotime=$row['Microtime']; - $notif_divs.='
'.strftime('%d/%m/%y %T',round($row['Microtime'])).': '.$row['Notification'].'
'.N; + $notif_divs.='
'.gmdate('d/m/y H:i:s',round($row['Microtime'])).': '.$row['Notification'].'
'.N; } } $notif_divs.=''.N;