Start on making date formats consistent

This commit is contained in:
Paul Gear
2014-08-07 03:45:30 +10:00
parent 738b79fce8
commit 0e3b24bebc
3 changed files with 7 additions and 2 deletions

View File

@@ -573,4 +573,9 @@ $config['update'] = 1;
$config['syslog_purge'] = 30; # Number in days of how long to keep syslog entries for.
$config['eventlog_purge'] = 30; # Number in days of how long to keep eventlog entries for.
# Date format for PHP date()s
$config['dateformat']['long'] = "r"; # RFC2822 style
$config['dateformat']['compact'] = "Y-m-d H:i:s";
$config['dateformat']['time'] = "H:i:s";
?>