Modification du timezone RFM

This commit is contained in:
fredtempez 2019-01-03 17:11:26 +01:00
parent e821fe2d8a
commit 61ff4dc49a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ mb_http_input('UTF-8');
mb_language('uni');
mb_regex_encoding('UTF-8');
ob_start('mb_output_handler');
date_default_timezone_set('Europe/Rome');
date_default_timezone_set('Europe/Paris');
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
/*