From da5414d5b5e9b10badc6a8faad268d5f44ec1900 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Thu, 17 Apr 2014 06:53:46 +0200 Subject: [PATCH] [FIX] Proper default format --- public/include/smarty_globals.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index 8ccd788d..68e920b5 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -65,7 +65,7 @@ $aGlobal = array( 'twofactor' => $config['twofactor'], 'csrf' => $config['csrf'], 'config' => array( - 'date' => $setting->getValue('system_date_format', '%m/%d/%y %H:%M:%S'), + 'date' => $setting->getValue('system_date_format', '%m/%d/%Y %H:%M:%S'), 'website_design' => $setting->getValue('website_design'), 'poolnav_enabled' => $setting->getValue('poolnav_enabled'), 'poolnav_pools' => $setting->getValue('poolnav_pools'),