Browse Source
Merge pull request #410 from rolleric/master
Corrected config variable time.format -> date.format
pull/416/head
Dan
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
config/config.ini.example
|
|
|
@ -4,8 +4,8 @@ site.url = "" |
|
|
|
; Your timezone |
|
|
|
timezone = "Asia/Jakarta" |
|
|
|
|
|
|
|
; Time format. See: https://www.php.net/manual/en/function.date.php |
|
|
|
time.format = "d F Y" |
|
|
|
; Date format. See: https://www.php.net/manual/en/function.strftime |
|
|
|
date.format = "%d %B %Y" |
|
|
|
|
|
|
|
; Your language (currently only "en" for English or "de" for German) |
|
|
|
language = "en" |
|
|
|
|