Automatically convert all post times to local time using Javascript.

This commit is contained in:
Michael Save 2012-02-20 02:20:51 +11:00
parent 5d06fecfb7
commit e8bfdfd9c8
2 changed files with 40 additions and 2 deletions

View file

@ -460,6 +460,9 @@
// http://www.php.net/manual/en/function.strftime.php
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
// Automatically convert all post times to users' local time using Javascript.
$config['javascript_local_time'] = false;
// Same as above, but used for "you are banned' pages.
$config['ban_date'] = '%A %e %B, %Y';