1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-22 19:32:04 +01:00

config.php: fix date time diplay documentation

This commit is contained in:
Zankaria 2024-04-03 17:38:12 +02:00
parent 4ffe91e384
commit 99133c90fa

View File

@ -976,7 +976,7 @@
// Timezone to use for displaying dates/times.
$config['timezone'] = 'America/Los_Angeles';
// The format string passed to date_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
$config['post_date'] = 'd-m-Y (D) H:i:s';
// Same as above, but used for "you are banned' pages.