forked from GithubBackups/vichan
let's continue to use current date/time formatting
This commit is contained in:
parent
de91423a9f
commit
cc55563411
@ -997,9 +997,9 @@
|
|||||||
$config['timezone'] = 'America/Los_Angeles';
|
$config['timezone'] = 'America/Los_Angeles';
|
||||||
// The format string passed to DateTime::format() for displaying dates. ISO 8601-like by default.
|
// The format string passed to DateTime::format() for displaying dates. ISO 8601-like by default.
|
||||||
// https://www.php.net/manual/en/datetime.format.php
|
// https://www.php.net/manual/en/datetime.format.php
|
||||||
$config['post_date'] = 'd-m-Y (D) H:i:s';
|
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
|
||||||
// Same as above, but used for "you are banned' pages.
|
// Same as above, but used for "you are banned' pages.
|
||||||
$config['ban_date'] = 'l j F, Y';
|
$config['ban_date'] = '%A %e %B, %Y';
|
||||||
|
|
||||||
// The names on the post buttons. (On most imageboards, these are both just "Post").
|
// The names on the post buttons. (On most imageboards, these are both just "Post").
|
||||||
$config['button_newtopic'] = _('New Topic');
|
$config['button_newtopic'] = _('New Topic');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user