diff -r 15a1a28f609a -r 8b3d57a519eb web/config.php.tmpl --- a/web/config.php.tmpl Fri Jun 15 08:40:12 2018 +0000 +++ b/web/config.php.tmpl Mon Jun 18 23:15:34 2018 +0200 @@ -18,3 +18,8 @@ 'consumerKey' => 'CONSUMER KEY', 'consumerSecret' => 'CONSUMER SECRET' ); + +$timezone = new DateTimeZone("Europe/Paris"); +$datetime = new DateTime("now",$timezone); + +define('TWEET_LENGTH', 280); \ No newline at end of file