From a3e9529c02d054ce962c2d826b8f5ca023e87993 Mon Sep 17 00:00:00 2001 From: Menno Holtkamp Date: Sat, 25 Jun 2016 17:29:04 +0200 Subject: [PATCH] Fixed typo (serves => servers) --- docs/en/cookbook/working-with-datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cookbook/working-with-datetime.rst b/docs/en/cookbook/working-with-datetime.rst index 660f2bbcf..98a1fb234 100644 --- a/docs/en/cookbook/working-with-datetime.rst +++ b/docs/en/cookbook/working-with-datetime.rst @@ -49,7 +49,7 @@ By default Doctrine assumes that you are working with a default timezone. Each D is created by Doctrine will be assigned the timezone that is currently the default, either through the ``date.timezone`` ini setting or by calling ``date_default_timezone_set()``. -This is very important to handle correctly if your application runs on different serves or is moved from one to another server +This is very important to handle correctly if your application runs on different servers or is moved from one to another server (with different timezone settings). You have to make sure that the timezone is the correct one on all this systems.