mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-31 16:23:50 +02:00
Tidied up web interface to use standard dateformats
This commit is contained in:
@@ -638,6 +638,7 @@ $config['perf_times_purge'] = 30; # Number in days
|
||||
# Date format for PHP date()s
|
||||
$config['dateformat']['long'] = "r"; # RFC2822 style
|
||||
$config['dateformat']['compact'] = "Y-m-d H:i:s";
|
||||
$config['dateformat']['byminute'] = "Y-m-d H:i";
|
||||
$config['dateformat']['time'] = "H:i:s";
|
||||
|
||||
# Date format for MySQL DATE_FORMAT
|
||||
|
||||
Reference in New Issue
Block a user