1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #5902 from holtkamp/patch-1

Fixed typo (serves => servers)
This commit is contained in:
Marco Pivetta 2016-06-26 09:15:21 +02:00 committed by GitHub
commit b55ef58025

View File

@ -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.