From 99133c90fab934835d894eda007ae1a0d1727dc0 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 3 Apr 2024 17:38:12 +0200 Subject: [PATCH] config.php: fix date time diplay documentation --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index dae61ce6..6014759a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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.