From 7c51dedf1cb3105d36f723b84e050c0c1a059cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Porembi=C5=84ski?= Date: Sun, 20 Sep 2015 16:32:28 +0200 Subject: [PATCH] Fixed timezone --- php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini b/php.ini index 2d3f116..d2abaa7 100644 --- a/php.ini +++ b/php.ini @@ -8,4 +8,4 @@ error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING display_errors = Off [Date] -date.timezone = "Europe/Warsaw" \ No newline at end of file +date.timezone = "Etc/UTC"