forked from leftypol/leftypol
Automatically convert all post times to local time using Javascript.
This commit is contained in:
parent
5d06fecfb7
commit
e8bfdfd9c8
2 changed files with 40 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue